gpt4 book ai didi

ios - Swift:如何在 TableView Controller 中以编程方式更改 tableHeaderView 边框颜色

转载 作者:行者123 更新时间:2023-11-30 13:40:20 25 4
gpt4 key购买 nike

我尝试将 headerView 的边框颜色更改为冲浪绿,但似乎我的代码不起作用。我尝试的是这样的:

tableView.tableHeaderView?.layer.borderColor = UIColor(red: 105.0/255.0, green: 215.0/255.0, blue: 189.0/255.0, alpha: 1.0).CGColor
tableView.tableHeaderView?.layer.masksToBounds = true

但是,标题的边框仍然是这样的:

Here is the Image (抱歉,我没有足够的声誉来发布图片)

如您所见,边框仍然是黑色/深蓝色。

任何帮助将不胜感激!提前致谢!

最佳答案

我认为导航栏和搜索栏之间的边框有问题...

检查this link for solution

searchBar.backgroundImage = UIImage()

一些更改边框的示例:

searchBar.layer.borderWidth = 1 
searchBar.layer.borderColor = someColor.CGColor

关于ios - Swift:如何在 TableView Controller 中以编程方式更改 tableHeaderView 边框颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35640461/

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