What is the relationship between the post object, in the RestKit postObject method, and the RKMappingResult it returns?
问题 I have been looking through the documentation on RestKit, but I haven't been able to work out some of the specifics on RKMappingResult . I have code that creates an NSManagedObject , called newUser , and inserts in the mainQueueManagedObjectContext of the RestKit RKManagedObjectStore. I then use my object manager's postObject:path:parameters:success:failure: method to post the user to the server. This appears to work fine. I need to update some fields on the newUser managed object when the