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.
画面の上部にUIToolbarを配置することは可能ですか?サンプルアプリケーションは、右側に「+」があり、左側に「Calendars」ボタンがある「Calendar」のようになります。
どこにでも置けUIToolbarます。これは単なるUIビューです。
UIToolbar
画面の上部には、通常、を配置しUINavigationBarます。UIToolbars通常、画面の下部に配置されます。
UINavigationBar
UIToolbars
loadViewこれは、のメソッドでプログラム的に追加することもUIViewController、XIBリソースファイルでグラフィカルに追加することもできます。
loadView
UIViewController