facebook twitter hatena line email

「Ios/swift/ナビゲーションバー/storyboard」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==storyboardを使う== #storyboardにNavigationControllerを貼り付ける #NavigationControllerをControlを押したままViewControllerにドラッグし、root view...」)
(相違点なし)

2016年6月25日 (土) 12:32時点における版

storyboardを使う

  1. storyboardにNavigationControllerを貼り付ける
  2. NavigationControllerをControlを押したままViewControllerにドラッグし、root view controllerを選択する
  3. ViewControllerにButtonを貼り付ける
  4. ViewControllerを新しく追加し、ButtonからControlを押したまま新しく追加したViewControllerにドラッグしShowを選択
  5. NavigationContorllerのプロパティから、"Is Initial View Controller"にチェックを入れる

参考:http://hajihaji-lemon.com/smartphone/swift/navigation-controller/