2
votes
2answers
186 views
What is the best way to model an Association Class in Core Data?
I have a relationship in a Core Data model that feels like it wants an association class. Specifically, I have a Person object, and a Location object. There is a many-to-many relation between these …
