1

この外観プロキシを使用して戻るボタンの色合いを変更できません

//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]];

戻るボタンの不透明度を変更できるかどうか知りたいですか?

4

1 に答える 1

0

これにより、ナビゲーション バー全体がある程度不透明になります。

[self.navigationController.navigationBar setTranslucent:YES];
于 2012-07-11T01:32:44.717 に答える