Skip to content

Latest commit

 

History

History
 
 

RefreshControl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

在UIScrollView、UICollectionView和UITableView中添加UIRefreshControl实现下拉刷新

从iOS 10开始,UIScrollView增加了一个refreshControl属性,用于把配置好的UIRefreshControl赋值给该属性,这样UIScrollView就有了下拉刷新功能。

因为UITableViewUICollectionView继承自UIScrollView,所以UITableViewUICollectionView也继承了refreshControl属性,也可以很方便的实现下拉刷新功能。

RefreshControl

详细介绍查看下面文章:

https://github.com/pro648/tips/wiki/在UIScrollView、UICollectionView和UITableView中添加UIRefreshControl实现下拉刷新