2013-09-24 46 views

Trả lời

13

Nếu bạn ok với một sự thay đổi toàn cầu, bạn có thể đặt điều này trong App ủy quyền của bạn:

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

Tại sao cú pháp cũ? '@ {UITextAttributeTextColor: [UIColor whiteColor]}' –

+1

UITextAttributeTextColor có vẻ không được chấp nhận trong iOS 7 –

+10

Đối với iOS 7 và vv, sử dụng NSForegroundColorAttributeName thay vì UITextAttributeTextColor. –

Các vấn đề liên quan