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

【サンプルコードあり】SwiftUI×CoreDataでメモアプリを作ってみた

Last updated at Posted at 2025-03-10

今回はSwiftUIとCoreDataを利用して、メモアプリを作成してみました。

実際のアプリ

実際のアプリは以下のような感じです。

sampleapp_gamen.png

SwiftUIで外観を作り、CoreDataでメモの内容を保持する設計です。
画面は2画面で、メニュー画面とメモ編集画面。

メニュー画面で今まで作成したメモの一覧と、メモ追加ボタンを実装。メモ編集画面で、メモを編集する機能を作成しました!

実際のコードや細かい説明

細かい説明は以下からご覧ください。

詳細から知りたい方向け
【サンプルコードあり】SwiftUI×CoreDataでメモアプリを作ってみた#1 導入編

サンプルアプリ作成から知りたい方向け
【サンプルコードあり】SwiftUI×CoreDataでメモアプリを作ってみた#2 実装編

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