gpt4 book ai didi

swift - 如何自定义 UITableView 的标题背景颜色、高度和文本?

转载 作者:行者123 更新时间:2023-11-30 10:42:01 24 4
gpt4 key购买 nike

我想为 UITableView 自定义部分标题。如何添加文本颜色、背景颜色和节标题高度?

最佳答案

func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int){
view.tintColor = UIColor.black
let header = view as! UITableViewHeaderFooterView
header.textLabel?.textColor = UIColor.white
}

func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return 50.0
}

关于swift - 如何自定义 UITableView 的标题背景颜色、高度和文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56586372/

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