gpt4 book ai didi

ios - 如何为 UI TableView 定义和拉伸(stretch) x 行的行高?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:19:58 25 4
gpt4 key购买 nike

我正在使用一个 UITableView,它只会并且永远只会有 10 行的值。我想设置 10 行的高度,以便无论使用什么设备,它都会填充 View Controller 。

在 iPhone 4 上显示 10 行。 iPhone 5 12 排和 iPhone 7 14 排。如何设置行高,使其无论使用何种设备都只显示 10 行?

最佳答案

尝试添加:

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return self.view.bounds.size.height/10.0;
}

关于ios - 如何为 UI TableView 定义和拉伸(stretch) x 行的行高?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26435883/

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