gpt4 book ai didi

ios - 如何以编程方式在表格 View 中滚动

转载 作者:行者123 更新时间:2023-11-28 19:21:06 25 4
gpt4 key购买 nike

我在一个 TableView 中有 50 行。如何最初显示 10 行并在按钮上单击下 10 行等等?

最佳答案

UITableView 中使用 scrollToRowAtIndexPath:atScrollPosition:animated 方法

声明一个索引变量,当按下按钮时,将其递增 10,用它构造一个 NSIndexPath 并调用上述方法。

例如:

[self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:row inSection:0] atScrollPosition:UITableViewScrollPositionTop animated:YES];

关于ios - 如何以编程方式在表格 View 中滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8801877/

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