gpt4 book ai didi

iOS/ swift 3.0 : how do you determine which rows are currently visible in a UITableView?

转载 作者:可可西里 更新时间:2023-11-01 05:43:06 25 4
gpt4 key购买 nike

在 Swift 3.0 中,如何确定哪些行当前在 UITableViewController 中可见?

最佳答案

您可以使用:

tableView.visibleCells

这是当前在 TableView 中可见的 UITableViewCell 数组。

如果你只需要可见行的索引路径,你可以使用:

tableView.indexPathsForVisibleRows

这是 IndexPath 对象的数组。

关于iOS/ swift 3.0 : how do you determine which rows are currently visible in a UITableView?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41665088/

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