fix for mapper bug that was assuming a 1:1 mapping between object classes and elements; removed method from dictionary category that made the 1:1 mapping assumption that caused the mapper bug; collapsed the RKRequestModel and RKRequestTTModel classes into RKRequestTTModel; made changes to the Three20 integration to perform all cache loading and network loading in response to Three20 load calls; used isOutdated TTModel method to enforce refreshRate on RKRequestTTModel

This commit is contained in:
Jeff Arena
2010-11-30 15:08:05 -08:00
parent fbe8457dd7
commit c19d305b45
12 changed files with 322 additions and 544 deletions

View File

@@ -62,6 +62,6 @@
/**
* Search the model for matching text
*/
- (void)search:(NSString *)text;
- (void)search:(NSString*)text;
@end