소스 검색

Add animation swipe hide "more"

Marino Faggiana 7 년 전
부모
커밋
f115a8a684
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      iOSClient/Main/CCMain.m

+ 2 - 5
iOSClient/Main/CCMain.m

@@ -4213,11 +4213,8 @@
             [self swipeDelete:indexPath];
         
         // More
-        if (index == 1) {
-            
-            [cell hideSwipeAnimated:NO];
-            [self performSelector:@selector(swipeMore:) withObject:indexPath afterDelay:0.1];
-        }
+        if (index == 1)
+            [self swipeMore:indexPath];
     }
     
     if (direction == MGSwipeDirectionLeftToRight) {