首页 > 代码库 > 在controller里面设置导航栏的颜色及左右中

在controller里面设置导航栏的颜色及左右中

[self.navigationController.navigationBar setBarTintColor:[UIColor purpleColor]];

或者如下,图片高度应该为64像素

[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"navi_bg"] forBarMetrics:UIBarMetricsDefault];


自定义UINavigationController,很好

https://yq.aliyun.com/articles/31390

在controller里面设置导航栏的颜色及左右中