Marino Faggiana 7 سال پیش
والد
کامیت
ae2a9837a7
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  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];