So I was going through this Core Data tutorial. I made a one to many relationship between two entities. In objective-C hitting the Create NsManagedObject Subclass created the classes. These classes contained properties for the data + methods to add this data.
In swift however these methods no longer are added. Is this an option I am missing?
In swift however these methods no longer are added. Is this an option I am missing?