在controller里面设置导航栏的颜色及左右中
[self.navigationController.navigationBar setBarTintColor:[UIColor purpleColor]];
或者如下,图片高度应该为64像素
[self.navigationController.navigationBar setBackgroundImage:[UIImage p_w_picpathNamed:@"navi_bg"] forBarMetrics:UIBarMetricsDefault];
自定义UINavigationController,很好
https://yq.aliyun.com/articles/31390
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。