Core Data - customising the data model with a enum
Andrew Fletcher published: 2 March 2021 3 minutes read
Core Data - customising our data model
When you are using Core Data, and let's say that you have a requirement to have an attribute where the options available should be a defined list. Such as "Not Started", "Pending", "In Development" and "Completed". How do you create this as an option in Core Data?