没有 tableView 的 UIRefreshControl
Posted
技术标签:
【中文标题】没有 tableView 的 UIRefreshControl【英文标题】:UIRefreshControl without tableView 【发布时间】:2014-12-12 00:29:49 【问题描述】:我有人设法在没有UITableView
的情况下将UIRefreshController
(或类似的东西)添加到View
?我的View
嵌入在UINavigationController
中,我想“下拉刷新”NavigationBar
下的视图。
任何帮助表示赞赏。谢谢
【问题讨论】:
UIScrollView
可以。 AFAIK,可以滚动的对象将能够使用UIRefreshControl
。
【参考方案1】:
您可以将它与 UIScrollView 一起使用...就像一个魅力...
【讨论】:
只需创建一个UIRefreshControl
并将其作为子视图添加到滚动视图。以上是关于没有 tableView 的 UIRefreshControl的主要内容,如果未能解决你的问题,请参考以下文章
tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) 没有被调用