I want to set RKObjectManager's delegate to nil. But I can't find delegate property.
My request is:
[[RKObjectManager sharedManager] loadObjectsAtResourcePath:@"getData"
objectMapping:[[RKObjectManager sharedManager].mappingProvider
objectMappingForKeyPath:@"clips"] delegate:self];
UPDATE: There is a crash in my app. I go to "Clips" and in the viewDidLoad send loadObjectsAtResourcePath. If I rapidly leave this screen I get crash at [RKResponse connection:didReceiveData:].