标签:左右
[self.navigationController.navigationBar setBarTintColor:[UIColor purpleColor]];
或者如下,图片高度应该为64像素
[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"navi_bg"] forBarMetrics:UIBarMetricsDefault];
自定义UINavigationController,很好
https://yq.aliyun.com/articles/31390
标签:左右
原文地址:http://10907795.blog.51cto.com/10897795/1863868