gpt4 book ai didi

iphone - UITableView页眉/页脚字体颜色

转载 作者:行者123 更新时间:2023-12-03 18:20:07 26 4
gpt4 key购买 nike

当覆盖(组样式) TableView 的页眉/页脚时,页眉和页脚字体应使用什么颜色以确保页眉和页脚字体与标准页眉和页脚字体一致?

ie header 的加载方式如下:

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
if(myHeaderView == nil) {
[[NSBundle mainBundle] loadNibNamed: @"MyHeaderView"
owner: self
options: nil];
}
return myHeaderView;
}

最佳答案

从此discussion

以下是 iOS 6 上 tableView header 的 UILabel 信息:

Plain
fontName: Helvetica-Bold
pointSize: 18.000000
textColor: UIDeviceWhiteColorSpace 1 1
shadowColor: UIDeviceWhiteColorSpace 0 0.44
shadowOffset: CGSize 0 1


Grouped
fontName: Helvetica-Bold
pointSize: 17.000000
textColor: UIDeviceRGBColorSpace 0.298039 0.337255 0.423529 1
shadowColor: UIDeviceWhiteColorSpace 1 1
shadowOffset: CGSize 0 1

对于普通样式标题的背景,这是一个UIImage,而不仅仅是一个backgroundColor。注意微妙的垂直渐变。

希望对你有帮助

关于iphone - UITableView页眉/页脚字体颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5869344/

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