CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

ZQAssistRefresh 1.0.3

ZQAssistRefresh 1.0.3

TestsTested
LangLanguage Obj-CObjective C
License Unknown
ReleasedLast Release May 2018

Maintained by caozhiqiang.



 
Depends on:
Masonry>= 0
MJRefresh>= 0
 

  • By
  • ${USER_NAME}

ZQAssistRefresh

一个辅助分页刷新的工具

Getting started

pod 'ZQAssistRefresh'

Best practices

[self.tableView addRefreshBlock:^(RefreshPageModel *page, ScrollViewRefreshSuccessBlock refreshSuccessBlock) { __strong __typeof(weakSelf) strongSelf = weakSelf; if ([page isFirstPage]) { [strongSelf.dataSource removeAllObjects]; } [strongSelf.dataSource addObject:@(page.pageIndex)]; refreshSuccessBlock(RefreshStateSuccess); } withPage:[RefreshPageModel pageWithSize:10 index:0]];

Requirements:

  • CocoaPods 1.0.0+