Hunchul Park(Robert)
Hunchul Park(Robert)
would you like to handle cache in disk operation? You know some code like above- - (NSData_)dataForKey:(NSString_)key { if([self hasCacheForKey:key]) { return [NSData dataWithContentsOfFile:cachePathForKey(key) options:0 error:NULL]; } else { for(NSInvocationOperation\*...
Would you check the iphone simulator's position and frames when screen resoultion is iphone simulator position when screen resoultion is 1280 x 800(13" MacBook and 13" MacBook Pro's) ? Frame...
First of all I wanna thank you for sharing this great request library- In your EGOHTTPRequest method called "- (NSURLRequest_)_buildURLRequest" There are code like above that declare CachePolicy. NSMutableURLRequest_ request...