update core data

This commit is contained in:
Jungpyo Hong 2021-05-23 22:02:52 -05:00 committed by GitHub
parent 46f1641919
commit f8f84fd427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
<img src = ""/>
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