「Ios/swift/ナビゲーションバー/storyboard」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==storyboardを使う== #storyboardにNavigationControllerを貼り付ける #NavigationControllerをControlを押したままViewControllerにドラッグし、root view...」) |
|||
(同じ利用者による、間の1版が非表示) | |||
行5: | 行5: | ||
#ViewControllerを新しく追加し、ButtonからControlを押したまま新しく追加したViewControllerにドラッグしShowを選択 | #ViewControllerを新しく追加し、ButtonからControlを押したまま新しく追加したViewControllerにドラッグしShowを選択 | ||
#NavigationContorllerのプロパティから、"Is Initial View Controller"にチェックを入れる | #NavigationContorllerのプロパティから、"Is Initial View Controller"にチェックを入れる | ||
+ | #NavigationControllerを追加した際に、一緒に追加されたTableViewControllerは削除する | ||
参考:http://hajihaji-lemon.com/smartphone/swift/navigation-controller/ | 参考:http://hajihaji-lemon.com/smartphone/swift/navigation-controller/ |
2016年6月25日 (土) 12:36時点における最新版
storyboardを使う
- storyboardにNavigationControllerを貼り付ける
- NavigationControllerをControlを押したままViewControllerにドラッグし、root view controllerを選択する
- ViewControllerにButtonを貼り付ける
- ViewControllerを新しく追加し、ButtonからControlを押したまま新しく追加したViewControllerにドラッグしShowを選択
- NavigationContorllerのプロパティから、"Is Initial View Controller"にチェックを入れる
- NavigationControllerを追加した際に、一緒に追加されたTableViewControllerは削除する
参考:http://hajihaji-lemon.com/smartphone/swift/navigation-controller/