BugFix: Sliding animation on recents entries can be quite stuttery #162

Recents refresh is now blocked when a recent cell is in editing mode.
This commit is contained in:
giomfo
2016-03-17 23:31:30 +01:00
parent 9673e14af3
commit 7da31788d6
2 changed files with 63 additions and 18 deletions
+2 -2
View File
@@ -37,13 +37,13 @@
There is a pending drag and drop cell.
It defines its path of the source cell.
*/
@property (nonatomic, copy) NSIndexPath* hiddenCellIndexPath;
@property (nonatomic) NSIndexPath* hiddenCellIndexPath;
/**
There is a pending drag and drop cell.
It defines its path of the destination cell.
*/
@property (nonatomic, copy) NSIndexPath* droppingCellIndexPath;
@property (nonatomic) NSIndexPath* droppingCellIndexPath;
/**
The movingCellBackgroundImage.