mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Implement pagination in recents data source
This commit is contained in:
@@ -182,6 +182,13 @@ extern NSString *const kRecentsDataSourceTapOnDirectoryServerChange;
|
||||
*/
|
||||
@property (nonatomic) UIImageView* droppingCellBackGroundView;
|
||||
|
||||
/**
|
||||
Paginate in the given section. Results will be notified from delegate methods.
|
||||
|
||||
@param section section index to be paginated
|
||||
*/
|
||||
- (void)paginateInSection:(NSInteger)section;
|
||||
|
||||
/**
|
||||
Move a cell from a path to another one.
|
||||
It is based on room Tag.
|
||||
|
||||
Reference in New Issue
Block a user