gpt4 book ai didi

iphone - 如何将 UITableView 滚动到 tableFooterView

转载 作者:行者123 更新时间:2023-12-03 18:17:55 26 4
gpt4 key购买 nike

我有一个 UITableView,其内容是动态变化的,就像 FIFO 堆栈一样。单元格添加到底部并从顶部删除。

这工作得很好,我可以滚动到indexPath,这样最新的消息总是向下滚动到底部(就像聊天应用程序一样)。

现在..我想向该表格部分添加页脚。而不是使用

SrollToRowAtIndexPath

我希望能够滚动到 tableFooterView。

如果我有任何想法,我将不胜感激。

最佳答案

我使用它滚动到 tableView 的页脚 View :

[self.tableView scrollRectToVisible:[self.tableView convertRect:self.tableView.tableFooterView.bounds fromView:self.tableView.tableFooterView] animated:YES];

关于iphone - 如何将 UITableView 滚动到 tableFooterView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1355674/

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