1
0

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についての覚書3

Posted at

#Core Dataプロジェクトを作る
まずはCore Dataを使うためにプロジェクトの作り方からです。
coredata1.png
「Use Core Data」にチェックをつけて、プロジェクトを作成。

#Entityの設定
チェックをつけてプロジェクトを作成すると、〜.xdatamodeldというファイルが作成されます。
coredata2.png

そのファイルを選択します。
「Add Entity」をクリックするとEntity名が編集可能になります。
coredata3.png
「+」を選択してカラム名と型を設定します。
coredata4.png

#モデルクラスを生成
coredata5.png
「Editor」メニューから「Create NSManagedObject Subclass...」を選択します。

coredata7.png
チェックを入れて「Next」

coredata6.png
もう一回チェックを入れて「Next」

coredata8.png
するとこんな感じでファイルが作成されます。

次回は検索、更新などについて書きたいと思います。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?