Update headers for three20 support.

Add keyPath support to the object loader.
This commit is contained in:
timkerchmar
2010-10-12 14:32:06 -04:00
parent 30c96c8bf1
commit 320e96e48e
10 changed files with 110 additions and 32 deletions

View File

@@ -108,6 +108,7 @@ static RKObjectManager* globalManager = nil;
NSURL* URL = [self.client URLForResourcePath:resourcePath];
RKRequest* request = [[[RKRequest alloc] initWithURL:URL] autorelease];
[self.client setupRequest:request];
RKObjectLoader* loader = [RKObjectLoader loaderWithMapper:self.mapper request:request delegate:delegate];
loader.objectClass = objectClass;