この外観プロキシを使用して戻るボタンの色合いを変更できません
//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]];
戻るボタンの不透明度を変更できるかどうか知りたいですか?
この外観プロキシを使用して戻るボタンの色合いを変更できません
//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]];
戻るボタンの不透明度を変更できるかどうか知りたいですか?