设置导航条字体 .保留返回箭头.设置箭头颜色
2016-06-25 本文已影响176人
GF极客天涯
//1.去掉back 方法
[[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(0, -60) forBarMetrics:UIBarMetricsDefault];
// 2.设置箭头颜色的方法
[self.navigationController.navigationBar setTintColor:[UIColor redColor]];