【发布时间】:2014-05-26 14:48:10
【问题描述】:
应该如何将UIRefreshControl 与 QuickDialog (https://github.com/escoz/QuickDialog) 一起使用?我解释文档的方式是,控件必须与 UITableViewController 一起使用,但我不认为 QD 使用一个。
【问题讨论】:
标签: objective-c uirefreshcontrol quickdialog
应该如何将UIRefreshControl 与 QuickDialog (https://github.com/escoz/QuickDialog) 一起使用?我解释文档的方式是,控件必须与 UITableViewController 一起使用,但我不认为 QD 使用一个。
【问题讨论】:
标签: objective-c uirefreshcontrol quickdialog
您实际上可以使用 UIRefreshControl 而不使用 UITableViewController,只需将其添加到 UITableView 作为子视图。或者,您可以创建一个 UITableViewController 并将其 tableview 设置为您自己的,然后设置 refreshControl 属性。
还有更多信息和示例代码in this answer。
【讨论】: