gpt4 book ai didi

iOS - 有没有办法选择一个单元格但不滚动到它?

转载 作者:行者123 更新时间:2023-11-29 12:43:56 25 4
gpt4 key购买 nike

现在我正在使用:

[self.tableView selectRowAtIndexPath:newIndexPath animated:YES scrollPosition:UITableViewScrollPositionMiddle];

是否有另一种选择单元格的方法不会自动滚动到新选择的单元格的位置?

最佳答案

有。事实上,它在 UITableViewScrollPosition 枚举中。

UITableViewScrollPositionNone

From the docs

Passing UITableViewScrollPositionNone will result in no scrolling, rather than the minimum scrolling described for that constant.

关于iOS - 有没有办法选择一个单元格但不滚动到它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24128016/

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