Marino Faggiana il y a 7 ans
Parent
commit
ae2a9837a7
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  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];