Ios/swift/ナビゲーションバー/storyboard
提供: 初心者エンジニアの簡易メモ
2016年6月25日 (土) 12:32時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==storyboardを使う== #storyboardにNavigationControllerを貼り付ける #NavigationControllerをControlを押したままViewControllerにドラッグし、root view...」)
storyboardを使う
- storyboardにNavigationControllerを貼り付ける
- NavigationControllerをControlを押したままViewControllerにドラッグし、root view controllerを選択する
- ViewControllerにButtonを貼り付ける
- ViewControllerを新しく追加し、ButtonからControlを押したまま新しく追加したViewControllerにドラッグしShowを選択
- NavigationContorllerのプロパティから、"Is Initial View Controller"にチェックを入れる
参考:http://hajihaji-lemon.com/smartphone/swift/navigation-controller/