4
1

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 1 year has passed since last update.

プログラミング初心者がSwiftUIでCoreDataを使ってみた。

Last updated at Posted at 2021-05-29

CoreData

アプリ上のデータの保存、編集、削除、更新するプログラムを簡単にかける仕組みです。
データを簡単に扱えるので良いなぁと思いながら学習を始めたのですが、まずCoreDataの概念を理解するのに苦労しました。

画像のオブジェクトとデータベースの橋渡し役を担っているのが、CoreDataみたいです。
ここらへんの仕組みを理解しなきゃ!と思うと沼にハマっていくので、こんな仕組みで動いてるんだなぁくらいでいいのではないかと思います。
まだまだ理解ができていないところが多いので学習をしていきます。

📗参考文献

やっとわかったSwift/CoreData入門 【part1:概念編】
https://qiita.com/pe-ta/items/89203ccc72d964277818

SwiftUI × CoreDataでCRUD機能を持つ簡単なメモアプリを作ってみた
https://zenn.dev/tomsan96/articles/e76a1088bcf78d

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?