iOS 下拉刷新工具 XLRefresh

软件介绍

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:^{
    
}];

本文地址:https://codercto.com/soft/d/5908.html

The Filter Bubble

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》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试