iOS 下拉刷新工具 XLRefresh
- 授权协议: 未知
- 开发语言: Objective-C
- 操作系统: 跨平台
- 软件首页: https://github.com/mengxianliang/XLRefresh
- 软件文档: https://github.com/mengxianliang/XLRefresh/blob/master/README.md
软件介绍
XLRefresh 是 iOS 下拉刷新工具。
功能
下拉刷新、上拉加载
支持UITableView、UICollectionView、UIWebView、UIScrollView
支持Block方式和代理方式的回调方法
Demo
使用
代理方式创建:
_tableView.xl_header = [XLRefreshHeader headerWithRefreshingTarget:self refreshingAction:@selector(refreshMethod)]; _tableView.xl_footer = [XLRefreshFooter footerWithRefreshingTarget:self refreshingAction:@selector(loadMoreMethod)];
block方式创建:
_tableView.xl_header = [XLRefreshHeader headerWithRefreshingBlock:^{
}];
_tableView.xl_footer = [XLRefreshFooter footerWithRefreshingBlock:^{
}];
The Filter Bubble
Eli Pariser / Penguin Press / 2011-5-12 / GBP 16.45
In December 2009, Google began customizing its search results for each user. Instead of giving you the most broadly popular result, Google now tries to predict what you are most likely to click on. Ac......一起来看看 《The Filter Bubble》 这本书的介绍吧!
