2013-09-24 54 views

回答

13

如果你真行與全球變化,你可以把這個應用程序委託:

NSDictionary *attributes = [NSDictionary dictionaryWithObjectsAndKeys:[UIColor whiteColor], UITextAttributeTextColor, nil]; 
[[UINavigationBar appearance] setTitleTextAttributes:attributes]; 
+3

爲什麼舊的語法? '@ {UITextAttributeTextColor:[UIColor whiteColor]}' –

+1

UITextAttributeTextColor似乎在iOS 7中不推薦使用 –

+10

對於iOS 7等,請使用NSForegroundColorAttributeName而不是UITextAttributeTextColor。 –

相關問題