Marino Faggiana 7 năm trước cách đây
mục cha
commit
ae2a9837a7
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      iOSClient/Main/CCMain.m

+ 10 - 0
iOSClient/Main/CCMain.m

@@ -4211,6 +4211,16 @@
     return YES;
 }
 
+- (void)tableView:(UITableView *)tableView willBeginEditingRowAtIndexPath:(NSIndexPath *)indexPath
+{
+    NSLog(@"Open");
+}
+
+- (void)tableView:(UITableView *)tableView didEndEditingRowAtIndexPath:(NSIndexPath *)indexPath
+{
+    NSLog(@"Close");
+}
+
 - (NSArray<UITableViewRowAction *> *)tableView:(UITableView *)tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath
  {
      _metadata = [self getMetadataFromSectionDataSource:indexPath];