recents_category_drag_drop

Hide the moving cell.
This commit is contained in:
yannick
2015-12-14 10:47:10 +01:00
parent 3ed9696716
commit 513a54f7a0
3 changed files with 46 additions and 11 deletions
+7 -1
View File
@@ -33,7 +33,13 @@
/**
There is a pending drag and drop cell.
It defines its path.
It defines its path of the source cell.
*/
@property (nonatomic, copy) NSIndexPath* hiddenCellIndexPath;
/**
There is a pending drag and drop cell.
It defines its path of the destination cell.
*/
@property (nonatomic, copy) NSIndexPath* movingCellIndexPath;