gpt4 book ai didi

iphone - 获取 UITableView Swift 中每一行的 RowHeight

转载 作者:IT王子 更新时间:2023-10-29 05:29:55 26 4
gpt4 key购买 nike

有没有办法在 swift 中获取 UITableView 中每一行的行高?请帮忙。提前致谢。

最佳答案

swift 4:

var height: CGFloat = 0
for cell in tableView.visibleCells {
height += cell.bounds.height
}

关于iphone - 获取 UITableView Swift 中每一行的 RowHeight,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31151038/

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