IOS中修改導航默認標題顏色、字體
// 設置導航默認標題的顏色及字體大小 self.navigationController.navigationBar.titleTextAttributes = @{UITextAttributeTextColor: [UIColor whiteColor], UITextAttributeFont : [UIFont boldSystemFontOfSize:18]};
最後更新:2017-04-03 08:26:19
// 設置導航默認標題的顏色及字體大小 self.navigationController.navigationBar.titleTextAttributes = @{UITextAttributeTextColor: [UIColor whiteColor], UITextAttributeFont : [UIFont boldSystemFontOfSize:18]};
最後更新:2017-04-03 08:26:19