【发布时间】:2014-12-30 22:11:12
【问题描述】:
目前,我正在使用AppDelegate 中的以下内容更改导航栏的字体:
[[UINavigationBar appearance] setTitleTextAttributes:
[NSDictionary dictionaryWithObjectsAndKeys:
[UIFont fontWithName:@"..." size:...], NSFontAttributeName,
nil]];
有没有办法确保字符串全局大写?
【问题讨论】:
-
似乎不可能,尽管这是相关的:stackoverflow.com/a/6727489
标签: ios objective-c uiappearance