From f8f84fd4271e69cc23ef893599c78779489cf77d Mon Sep 17 00:00:00 2001 From: Jungpyo Hong <54448459+jphong1111@users.noreply.github.com> Date: Sun, 23 May 2021 22:02:52 -0500 Subject: [PATCH] update core data --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index aac0aaf..5c600e6 100644 --- a/README.md +++ b/README.md @@ -589,6 +589,19 @@ If your target is **below iOS13**, put this line of code in side your **applicat self.saveContext() ``` +## Usage + +Once you create your DataModel file, you can simply create a **Entity(Class)** and **Attributes(Properties)** + +And then, change the type of attributes in inspector like this + + + +CoreDataClass, CoreDataProperties are located in below + + /Users/dennis/Library/Developer/Xcode/DerivedData/CoreDataUserDefaultPractice-hisefjfyuvglrjekndpftwazftug/Build/Intermediates.noindex/CoreDataUserDefaultPractice.build/Debug-iphonesimulator/CoreDataUserDefaultPractice.build/DerivedSources/CoreDataGenerated/CoreDataUserDefaultPractice + + **You are GOOD TO GO** 👏👏👏 ## Third Party Library