15
24

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.

iOSアプリ開発(Swift)に着手するときに参照したい情報

Last updated at Posted at 2018-01-11

iOSアプリ開発を始めるにあたって色々調べたり参照した情報のメモ

# iOSアプリ開発開始当時の環境
$ swift --version
Apple Swift version 4.0.3 (swiftlang-900.0.74.1 clang-900.0.39.2)
Target: x86_64-apple-macosx10.9

Swift 言語仕様

iOS

ノウハウ

アーキテクチャ

Realm

  • 公式マニュアル

  • 公式ビューアー

  • シミュレーターで Realm を動かした場合の realm ファイル(DBの実体ファイル)の見つけ方

    $ find ~/Library/Developer/CoreSimulator/Devices -type f -name "*.realm"
    
15
24
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
15
24

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?