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

Ruby Cookbook

Ruby Cookbook

Lucas Carlson、Leonard Richardson / O'Reilly Media / 2006-7-29 / USD 49.99

Do you want to push Ruby to its limits? The "Ruby Cookbook" is the most comprehensive problem-solving guide to today's hottest programming language. It gives you hundreds of solutions to real-world pr......一起来看看 《Ruby Cookbook》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

SHA 加密
SHA 加密

SHA 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具