使用UIRefreshControl和QuickDialog

时间:2014-05-26 14:48:11

标签: objective-c uirefreshcontrol quickdialog

如何使用UIRefreshControl使用QuickDialog(https://github.com/escoz/QuickDialog)?我解释文档的方式,控件必须与UITableViewController一起使用,但我认为QD不会使用它。

1 个答案:

答案 0 :(得分:0)

您实际上可以使用UIRefreshControl而不是UITableViewController,只需将其作为子视图添加到UITableView即可。或者,您可以创建UITableViewController并将其tableview设置为您自己的,然后设置refreshControl属性。

有更多信息和示例代码in this answer