gpt4 book ai didi

iphone - UITableViewController 上的上边距

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

我有一个TabBarController,其中一个选项卡包含一个 subview ,它是一个navigationController。然后,我将继承 UITableViewController 形式的 View 加载到导航 Controller 中。

我的问题是,由于某种原因,表格 View 开始位于导航 Controller 后面,而不是屏幕顶部,而是导航栏的一半左右,因此表格 View 中第一个单元格的顶部被切断。

有人可以建议如何向下移动 UITableViewController 吗?

最佳答案

以编程方式修复它:

   - (void)viewDidLoad {
UIEdgeInsets inset = UIEdgeInsetsMake(20, 0, 0, 0);
self.tableView.contentInset = inset;
}

关于iphone - UITableViewController 上的上边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1543875/

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