2013-09-24 13 views

cevap

13

, kendi App Delegesi bu koyabilirsiniz:

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

Neden eski sözdizimi? '@ {UITextAttributeTextColor: [UIColor whiteColor]}' –

+1

UITextAttributeTextColor, iOS 7 –

+10

'da kullanımdan kaldırılmış gibi görünüyor. IOS 7 ve benzeri için, UITextAttributeTextColor yerine NSForegroundColorAttributeName kullanın. –

İlgili konular