我已经为 iOS7 开发了一个具有这种设计的应用程序
如您所见,我的所有 BackButton 都有一个蓝色箭头(使用 UINavigationController 和 segues),我想让它们变成红色,这是我的代码:
[UIBarButtonItem appearance]setTintColor:(UIColorFromRGB(toolbarTintColor))];
[[UIBarButtonItem appearance]setTitleTextAttributes:textAtributesDictionaryNavBarButtons forState:UIControlStateNormal];
但结果仅适用于所有其他按钮,我将不胜感激
提前感谢您的支持