Marius Schönefeld
Results
2
issues of
Marius Schönefeld
I installed Groot via cocoapods and using xcode 9.3, swift 4. When I Call: ``` let context = NSManagedObjectContext.mr_default() let _: [MObject] = try objects(fromJSONArray: correctedJSON, inContext: context) ``` It...
I am trying to create one function for different types and requests. In your call a Many.self when ist's an Array of objects. How can i realism to get the...