gpt4 book ai didi

ios - 如何在屏幕底部制作uitableviewcontroller

转载 作者:行者123 更新时间:2023-11-28 12:59:19 26 4
gpt4 key购买 nike

我有一个带有静态单元格的 uitableviewcontroller,它们是 4 个单元格。

所以结果是这样的: enter image description here

如您所见,按钮处有一个空白区域,我想更改它的颜色,我更改了 UITableViewController 附带的 View 的颜色,但这没有帮助。我读到我明白我必须让表格 View 滚动到屏幕的底部,

我试过这个代码(我在网上找到的)

if tableView.contentSize.height > tableView.frame.size.height
{
let offset = CGPoint(x: 0, y: tableView.contentSize.height - tableView.frame.size.height)
tableView.setContentOffset(offset, animated: false)
}

但没有任何改变,我想问你是否知道解决方案

最佳答案

  • 如果你使用 Storyboard

    1.- 选择您的 tableView。 tableView

    2.- 转到 Inspector 并在“View”中更改背景颜色

change BackgroundColor

3.- 运行

enter image description here

关于ios - 如何在屏幕底部制作uitableviewcontroller,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34276421/

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