mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
Added support for tracking upload progress
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
// TODO: The managedObjectContext should be settable at the class level to ease coupling with
|
||||
// singleton object manager
|
||||
+ (NSManagedObjectContext*)managedObjectContext {
|
||||
return [[[RKObjectManager globalManager] objectStore] managedObjectContext];
|
||||
return [[[RKObjectManager sharedManager] objectStore] managedObjectContext];
|
||||
}
|
||||
|
||||
+ (NSEntityDescription*)entity {
|
||||
|
||||
Reference in New Issue
Block a user