将 UIRefreshControl 与 QuickDialog 一起使用
Posted
技术标签:
【中文标题】将 UIRefreshControl 与 QuickDialog 一起使用【英文标题】:Using UIRefreshControl with QuickDialog 【发布时间】:2014-05-26 14:48:10 【问题描述】:应该如何将UIRefreshControl
与 QuickDialog (https://github.com/escoz/QuickDialog) 一起使用?我解释文档的方式是,控件必须与 UITableViewController
一起使用,但我不认为 QD 使用一个。
【问题讨论】:
【参考方案1】:您实际上可以使用 UIRefreshControl
而不使用 UITableViewController
,只需将其添加到 UITableView
作为子视图。或者,您可以创建一个 UITableViewController
并将其 tableview 设置为您自己的,然后设置 refreshControl
属性。
还有更多信息和示例代码in this answer。
【讨论】:
以上是关于将 UIRefreshControl 与 QuickDialog 一起使用的主要内容,如果未能解决你的问题,请参考以下文章
类似于 UIRefreshControl 将隐藏的 UIView 添加到 UITableView