recents_category_drag_drop

Add the cell drag and drop.
This commit is contained in:
yannick
2015-12-11 14:59:55 +01:00
parent 7d790e4a2f
commit 922607d521
3 changed files with 119 additions and 13 deletions
+11
View File
@@ -31,6 +31,17 @@
*/
@property (nonatomic, copy) void (^onRoomInvitationAccept)(MXRoom*);
/**
There is a pending drag and drop cell.
It defines its path.
*/
@property (nonatomic, copy) NSIndexPath* movingCellIndexPath;
/**
The movingCellBackgroundImage;
*/
@property (nonatomic) UIImageView* movingCellBackGroundView;
/**
Return the header height from the section.
*/