mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
recents_category_drag_drop
Hide the moving cell.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user