gpt4 book ai didi

ios - 在带有 UITableView 的 UIViewController 中使用 UIRefreshControl

转载 作者:可可西里 更新时间:2023-11-01 00:53:21 25 4
gpt4 key购买 nike

我想知道如何将 UIRefreshController 用于 UIViewController 中的 UITableView。

我想为 TableView 实现下拉刷新功能,但我没有 TableViewController。

有没有办法在 xcode 6 (swift) 中做到这一点

最佳答案

当然可以。启动一个 RefreshControl 并将其简单地作为您的 tableview 的 subview 。为此,您不一定需要 UITableViewController

编辑:

尝试这样的事情:

let control = UIRefreshControl()
control.addTarget(self, action: "action", forControlEvents: .ValueChanged)
tableView.addSubview(control)

关于ios - 在带有 UITableView 的 UIViewController 中使用 UIRefreshControl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28915689/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com