UITableView 也能使用UIRefreshControl
2015-12-25 本文已影响400人
旺仔爸
系统的UIRefreshControl 控件目前只用用在UITableViewController 上,下面给出解决方案 你只要使用的时候多一行代码 [UIRefreshControl addToTableView:_tableView]
没错 集成这个库就好啦 https://github.com/danielgindi/UIRefreshControl-UITableView