Skip to main content

Core Data - customising the data model with a enum

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?  

Subscribe to Core Data