0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

#4 iOSアプリでの画面遷移の1例

Last updated at Posted at 2019-11-19

#はじめに
個人のメモ程度の出来なのであまり参考にしないで下さい.

#環境
Xcode:11.2.1
Swift:5.1.2
2019/11

##part1
UIViewControllerと検索する.

スクリーンショット 2019-11-19 午後10.56.48.png

##part2
UIViewControllerMain.storyboardに追加する.

スクリーンショット 2019-11-19 午後10.57.12.png

##part3
UIButtonを先ほど追加したUIViewControllerに追加する.

スクリーンショット 2019-11-19 午後10.58.13.png

##part4
Buttonを選択した状態で,controlキーを押しながら遷移先のViewへドラッグ・ドロップする.
Showを選択する.

スクリーンショット 2019-11-19 午後10.59.49.png

##part5
すると,2つのViewが矢印で繋がる.

スクリーンショット 2019-11-19 午後11.00.04.png

##part6
赤枠の矢印を移動させることで,アプリ起動時に表示されるViewを変更する.

スクリーンショット 2019-11-19 午後11.00.17.png
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?