「Ios/swift/ナビゲーションバー/storyboard」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==storyboardを使う== #storyboardにNavigationControllerを貼り付ける #NavigationControllerをControlを押したままViewControllerにドラッグし、root view...」) |
(相違点なし)
|
2016年6月25日 (土) 12:32時点における版
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/