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.
Apple の iPod アプリに見られるような、素敵な「戻る」矢印の画像を使用しようとしています。
UINavigationBar のバック アイテムをカスタム ビューにする必要がある可能性はありますか?
以下は、役立つと思われる Apple の View Controller Programming Guide からの引用です。
カスタム ボタンまたはビューを左側の位置に割り当てて、デフォルトの [戻る] ボタンを置き換えるには、UIBarButtonItem オブジェクトを leftBarButtonItem プロパティに割り当てます。
UIBarButtonItem クラスには、選択した画像でビューを設定できる initWithImage への呼び出しがあります。お役に立てれば。