gpt4 book ai didi

ios - UITabBar 将隐藏 UITableView 的最后一个单元格

转载 作者:IT王子 更新时间:2023-10-29 08:04:15 24 4
gpt4 key购买 nike

self.tableView = [[UITableView alloc] initWithFrame:CGRectMake(0.0, 0.0, 320.0, [UIScreen mainScreen].bounds.size.height ) style:UITableViewStylePlain];

enter image description here

如果我将表格 View 框架更改为

(0.0, 0.0, 320.0, [UIScreen mainScreen].bounds.size.height -49.0)

enter image description here

滚动条会留空,我不喜欢,请问如何解决?

非常感谢。

最佳答案

您可以尝试设置该 TableView 的 contentInset。在 iOS 7 中有一个 topLayoutGuidebottomLayoutGuide(这是你想要的)。在 UITabBarController 内部,bottomLayoutGuide 应该基本上为您提供底部栏的高度。

tableView.contentInset = UIEdgeInsetsMake(0, 0, self.bottomLayoutGuide.length, 0);

应该可以解决问题。

关于ios - UITabBar 将隐藏 UITableView 的最后一个单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19720216/

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