gpt4 book ai didi

iphone - 如何使 UILabel 看起来像 UITableView 中的节标题一样 eclipse 刻

转载 作者:太空狗 更新时间:2023-10-30 04:01:43 27 4
gpt4 key购买 nike

我有一个 UITableView,在标题中有一个 View 。此 View 具有细条纹背景并包含一个 UILabel。我希望 UILabel 文本看起来像节标题的文本。我怎样才能做到这一点?

最佳答案

这对我有用:

label.font         = [UIFont boldSystemFontOfSize:label.font.pointSize];
label.textColor = [UIColor darkGrayColor];
label.shadowColor = [UIColor whiteColor];
label.shadowOffset = CGSizeMake(0.0, 1.0);

关于iphone - 如何使 UILabel 看起来像 UITableView 中的节标题一样 eclipse 刻,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2901451/

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