11
所以我寫這個程序有豐富多彩navigationbars並在這條標題的字體和UIBarButtonItems的字體應該是白色的,並在特定的字體。我用這兩條線來完成,在AppDelegate中..的Xcode 6.1 titleTextAttributes
UINavigationBar.appearance().titleTextAttributes = [NSFontAttributeName : UIFont(name: "SourceSansPro-Regular", size: 22), NSForegroundColorAttributeName : UIColor.whiteColor()]
UIBarButtonItem.appearance().setTitleTextAttributes([NSFontAttributeName : UIFont(name: "SourceSansPro-Regular", size: 22), NSForegroundColorAttributeName : UIColor.whiteColor()], forState: .Normal)
但在Xcode 6.1我在每個線得到一個錯誤,我真的不知道,什麼手段..
文本屬性是[NSObject的:AnyObject] ?.這正是我寫下來的。有沒有人有這個解決方案?
沒錯,就是它!非常感謝你。我認爲這是一個初始者可以返回零,但它是有道理的非常混亂。:) – Ben 2014-10-09 08:27:23
愛它謝謝! – 2015-01-10 02:16:17