2
3

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.

swift開発備忘録①

Posted at

#概要
swift開発を始めた際に、覚えていたほうが良さそうなものを備忘録としてまとめていきます。
まだまだ駆け出しなので、分かっていないことも多いかと思いますが、参考程度になればと思います。

#プロジェクト作成時に、デフォルトで生成されるファイル
####AppDelegate.swift
アプリが起動した時や、バックグラウンドに行った時などの状態に応じて何らかの処理を書くためのファイル
####ViewController.swift
画面に対する処理を書くためのファイル
####Main.storyboard
画面の編集をするファイル
####Assets.xcassets
アイコンや画像などを管理するフォルダ
####LaunchScreen.storyboard
アプリが立ち上がったときにつらっと表示される画面を作るためのファイル
####Info.plist
アプリに関する設定をまとめていくためのファイル

2
3
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
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?