29
21

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 5 years have passed since last update.

Entry pointの追加の仕方、変更の仕方

Posted at

#Entry pointとは
Entry point とはiPhoneアプリで最初に表示される画面を表す矢印のことです

Main_storyboard_—_Edited_1.png

これが表すViewControllerから表示されます
これがないとエラーが表示されますので、ご注意ください

#Entry pointの変更の仕方
Entry pointがストーリボードにある場合、ドラッグアンドドロップで変更可能です。

#Entry pointの追加の仕方
is Initial ViewControllerにチェックを入れれば追加できます

Main_storyboard_—_Edited.png
29
21
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
29
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?