gpt4 book ai didi

ios - UINavigationBar.apperance().titleTextAttributes 不能快速工作

转载 作者:行者123 更新时间:2023-11-28 08:43:56 24 4
gpt4 key购买 nike

UINavigationBar.apperance().titleTextAttributes 不工作。 Swift 代码如下。

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {

UINavigationBar.appearance().translucent = false
UINavigationBar.appearance().barTintColor = UIColor.greenColor()
UINavigationBar.appearance().titleTextAttributes = [NSForegroundColorAttributeName:UIColor.whiteColor()]

return true
}

有什么想法吗?

最佳答案

在 Appdelegate didFinishLaunchingWithOptions 方法中添加以下代码

 let navFont = UIFont(name: "HelveticaNeue-Bold", size: 30.0)
UINavigationBar.appearance().titleTextAttributes = [NSAttributedStringKey.foregroundColor : UIColor.blackColor(), NSAttributedStringKey.font: navFont!]

关于ios - UINavigationBar.apperance().titleTextAttributes 不能快速工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35790195/

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