Marino Faggiana 8 年之前
父节点
当前提交
52821693b6
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      iOSClient/Main/CCMain.m

+ 5 - 0
iOSClient/Main/CCMain.m

@@ -4152,6 +4152,11 @@
         return YES;
         return YES;
 }
 }
 
 
+-(void)swipeTableCell:(nonnull MGSwipeTableCell *)cell didChangeSwipeState:(MGSwipeState)state gestureIsActive:(BOOL)gestureIsActive
+{
+    //
+}
+
 - (BOOL)swipeTableCell:(MGSwipeTableCell *)cell tappedButtonAtIndex:(NSInteger)index direction:(MGSwipeDirection)direction fromExpansion:(BOOL)fromExpansion
 - (BOOL)swipeTableCell:(MGSwipeTableCell *)cell tappedButtonAtIndex:(NSInteger)index direction:(MGSwipeDirection)direction fromExpansion:(BOOL)fromExpansion
 {
 {
     NSIndexPath *indexPath = [self.tableView indexPathForCell:cell];
     NSIndexPath *indexPath = [self.tableView indexPathForCell:cell];