KEWLMainPageCommonMethods Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | KEWLMainPageCommonMethods.h KEWLMainPageCommonMethods.m |
+ handleRefreshViewCanLoadMoreData:dataArray:collectionView:
处理是否能够继续刷新及显示脚部视图文案
+ (void)handleRefreshViewCanLoadMoreData:(BOOL)hasNextPage dataArray:(NSMutableArray *)dataArray collectionView:(UICollectionView *)collectionViewParameters
hasNextPage |
是否有下一页 |
|---|---|
dataArray |
数据源 |
collectionView |
当前的collectionview |
Declared In
KEWLMainPageCommonMethods.h
+ reloadCurrentCollectionView:dataArray:completion:
有下一页
+ (void)reloadCurrentCollectionView:(UICollectionView *)collectionView dataArray:(NSMutableArray *)dataArray completion:(void ( ^ __nullable ) ( void ))completionBlockDeclared In
KEWLMainPageCommonMethods.m