首页 > 移动平台 > 详细

iOS 中修改导航默认标题颜色、字体

时间:2015-03-24 23:17:37      阅读:530      评论:0      收藏:0      [点我收藏+]
self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName : [UIColor whiteColor], NSForegroundColorAttributeName : [UIFont boldSystemFontOfSize:18]};

self.navigationItem.title = @"设置";

iOS 中修改导航默认标题颜色、字体

原文:http://blog.csdn.net/jichunw/article/details/44595441

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!