gpt4 book ai didi

ios - 更改部分页脚的背景颜色

转载 作者:行者123 更新时间:2023-11-30 12:01:04 25 4
gpt4 key购买 nike

我想更改剖面 View 中页脚的背景颜色。将背景颜色设置为白色。

enter image description here

我尝试了以下步骤,但没有一个成功。

  1. viewDidLoad()中添加了代码

    let HEADER_HEIGHT = 100
    tableView.tableHeaderView?.frame.size = CGSize(width:
    tableView.frame.width, height: CGFloat(HEADER_HEIGHT)).
  2. view.contentView.backgroundColor = willDisplayHeaderView() 中的 UIColor.white

  3. 更改了 xib 文件中的颜色

  4. heightForFooterInSection

    override func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
    if section > 1 {
    return 10
    }
    return 0
    }

请向我提供有关此问题的意见。

最佳答案

主要问题是滚动标题所以,我把Plain改为Group。还有额外的灰色空间。我想删除灰色空间。

现在我再次将 Group 更改为 Plain。修复多余的灰色空间。修复滚动标题。我在 viewDidLoad() 中添加了以下行 self.automaticallyAdjustsScrollViewInsets = false

关于ios - 更改部分页脚的背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47228245/

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