Implement pagination in recents data source

This commit is contained in:
ismailgulek
2022-01-04 04:30:40 +03:00
parent 9641b85548
commit f29dd2bb0a
2 changed files with 73 additions and 3 deletions
@@ -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.