Fernando Rodriguez Romero

Results 3 comments of Fernando Rodriguez Romero

What's the time frame for making the generated code Swift 2.0 compliant? If nobody is currently working on this, I'll jump in.

What is the rationale for using an implicitly unwrapped Optional in this init? `init(entity: NSEntityDescription, insertIntoManagedObjectContext context: NSManagedObjectContext!)` Why not use `NSManagedObjectContext`?