我可以使用此外观代理
更改后退按钮色调颜色//set back button tint
[[UIBarButtonItem appearance] setTintColor:[UIColor colorWithRed:56.0/255.0 green:75.0/255.0 blue:134.0/255.0 alpha:1.0]];
我想知道是否可以更改后退按钮的不透明度?
答案 0 :(得分:0)
这将允许整个导航栏具有一些不透明度
[self.navigationController.navigationBar setTranslucent:YES];