gpt4 book ai didi

iphone - 如何控制 UINavigationBar 标题中的标题字体

转载 作者:行者123 更新时间:2023-12-01 19:17:00 27 4
gpt4 key购买 nike

我有导航栏 Controller ,我想在其中显示文本。但是每次的文字都不一样。最少 5 个字符,最多 60 个字符。我希望所有角色都可见。如何设置 UINavigation Bar 标题的最小和最大字体大小?

谢谢

最佳答案

这是答案

UILabel *bigLabel = [[UILabel alloc] init];
bigLabel.text = @"1111111122222233333344444455555556666777888899999000000";
bigLabel.backgroundColor = [UIColor clearColor];
bigLabel.textColor = [UIColor whiteColor];
bigLabel.font = [UIFont boldSystemFontOfSize:20];
bigLabel.adjustsFontSizeToFitWidth = YES;
[bigLabel sizeToFit];

self.navigationItem.titleView = bigLabel;

关于iphone - 如何控制 UINavigationBar 标题中的标题字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12677059/

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