IOS 设置导航栏
摘要:
//设置导航栏的标题 self.navigationItem setTitle:@"我的标题"; //设置导航条标题属性:字体大小/字体颜色…… /*设置头的属性:setTitleTextAttributes*/ [self.navigationController.navigationBar se 阅读全文
posted @ 2016-05-09 18:13 阿栋 阅读(404) 评论(0) 推荐(0) 编辑
marvin2_yul