recents_category_drag_drop

fix some crashes
This commit is contained in:
yannick
2015-12-11 16:20:26 +01:00
parent 26fe1ba0ba
commit 3ed9696716
3 changed files with 45 additions and 12 deletions
@@ -52,6 +52,11 @@
*/
- (BOOL)isDraggableCellAt:(NSIndexPath*)path;
/**
Return true of the cell can be moved from a section to another one.
*/
- (BOOL)canCellMoveFrom:(NSIndexPath*)oldPath to:(NSIndexPath*)newPath;
/**
Move a cell from a path to another one.
It is based on room Tag.