标签: swift xcode
我正在整理自己的问题,现在正面临问题:我在Apple开发人员网站上找到了一个指南,但是它已经过时,并且它们显示的代码现在不起作用,我想知道如何现在完成了
我尝试过苹果的代码
//Example from their site. In my case the same but with UILabel [[UINavigationBar appearance] setBarTintColor:myNavBarBackgroundColor];
我希望全局更改文本颜色,但不能
答案 0 :(得分:0)
由于您已将此问题标记为Swift,所以我想您正在寻找Swift代码。因此,您发布的代码位于Objective-C中,因此无论您在Apple文档中的什么地方找到该代码,都可以在页面顶部找到将语言切换为Swift的按钮
因此,如果您正在寻找方法,如何通过外观更改UINavigationBar的barTintColor,请使用此
UINavigationBar
UINavigationBar.appearance().barTintColor = yourColor