caozhiqiang

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
2pods
一款辅助上拉刷新,下拉加载的工具 [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]];
License: Unknown