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
Add the cell drag and drop.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user