gpt4 book ai didi

ios - 将表格的刷新控制置于底部

转载 作者:行者123 更新时间:2023-12-01 16:25:37 24 4
gpt4 key购买 nike

我将通过拖到表格底部来实现UITableView以显示较旧的项目,如何在当前列表的底部显示刷新图标UIActivityIndicator

非常感谢!

最佳答案

您可以使用开源库SVPullToRefresh,该库具有易于使用的方法:

[tableView addInfiniteScrollingWithActionHandler:^{
// append data to data source, insert new cells at the end of table view
// call [tableView.infiniteScrollingView stopAnimating] when done
}];

调用 actionHandler块时,将您的代码放入较早的内容。

关于ios - 将表格的刷新控制置于底部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35520929/

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