Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
グローバルでユニークな戻るボタンを作成しようとしていますが、すべてのコントローラでデフォルトの戻るボタンがカスタム ボタンになるようにするにはどうすればよいですか?
私のカスタムボタンは円で、その中に「<」があります。
これを使用できますUIAppearanceが、iOS 5 以降でのみ使用できます。
UIAppearance
UIBarButtonItem.Appearance.SetBackButtonBackgroundImage(yourImage, UIControlState.Normal, UIBarMetrics.Default);
これは私の頭のてっぺんから外れています (目の前に Mac はありません) が、コードはかなり似ているはずです。
これは、アプリ全体のすべての戻るボタンに適用されることに注意してください。