`
jsntghf
  • 浏览: 2481458 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

MFMessageComposeViewController修改导航栏以及Cancel按钮的颜色

    博客分类:
  • iOS
阅读更多
[[UIBarButtonItem appearanceWhenContainedIn:[UINavigationBar class], nil] setTintColor:[UIColor whiteColor]];

NSDictionary *dic = [NSDictionary dictionaryWithObjects:[NSArray arrayWithObjects:[UIColor colorWithRed:200 green:200 blue:200 alpha:1], [UIFont boldSystemFontOfSize:18.0f], [UIColor colorWithWhite:0.0 alpha:1], nil] forKeys:[NSArray arrayWithObjects:UITextAttributeTextColor, UITextAttributeFont, UITextAttributeTextShadowColor, nil]];

[[UINavigationBar appearance] setTitleTextAttributes:dic];

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics