All Projects → netyouli → WHC_PullAndUpRefreshDemo

netyouli / WHC_PullAndUpRefreshDemo

Licence: other
高仿QQ下拉水滴刷新效果

Programming Languages

objective c
16641 projects - #2 most used programming language

WHC_PullAndUpRefreshDemo

qq:712641411

###目前最好用的列表上拉下拉刷新效果!

##运行效果

####Use Example

// AllStyle表示集成上拉和下拉刷新
[tableView setWHCRefreshStyle:AllStyle delegate:self];

//实现刷新回调代理
- (void)WHCUpPullRequest{
    NSLog(@"开始加载更多");
}

- (void)WHCDownPullRequest{
    NSLog(@"开始请求数据");
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].