I've been trying to get my head around adding objects in relationships using CoreData and Swift. I am at a loss, I do not understand why my code does not work. I am trying to add an "Event" to a "…
I am trying to move an objective C & CoreData app to Swift and iOS and hit a brick wall with iterating through NSSet objects:
Xcode has generated these classes:
class Response: NSManagedObject {
@NSManaged var responseText: String
@NSManaged var score: …