如何使用UIRefreshControl
使用QuickDialog(https://github.com/escoz/QuickDialog)?我解释文档的方式,控件必须与UITableViewController
一起使用,但我认为QD不会使用它。
答案 0 :(得分:0)
您实际上可以使用UIRefreshControl
而不是UITableViewController
,只需将其作为子视图添加到UITableView
即可。或者,您可以创建UITableViewController
并将其tableview设置为您自己的,然后设置refreshControl
属性。
有更多信息和示例代码in this answer。