gpt4 book ai didi

iphone - 以编程方式确定分组 UITableView 的填充

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

有没有办法以编程方式获取 UITableView 的“分组”样式填充?

我想调整屏幕中某些内容的大小,但我需要知道将它们放置在分组的 UITableView 的 UITableViewCell 上的左侧或右侧多远。

最佳答案

由于您在 TableView 中使用分组样式,因此您应该能够使用 rectForSection: 方法来获取将在其中绘制该部分的 CGRect。但是,您可能必须已经将单元格添加到 View 中。

CGRect sectionRect = [tableView rectForSection:0];
int paddingLeft = sectionRect.origin.x;

关于iphone - 以编程方式确定分组 UITableView 的填充,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2704685/

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