I am trying to implement simple TTURLRequestin my application. I am new to Three20 structure. Basically I want to TTURLRequest, and TTImageViewfor the amazing cache.
My delegate has the following code:
- (void)requestDidFinishLoad:(TTURLRequest*)request {
TTURLDataResponse *response = request.response;
}
responsealways zero. I cannot understand what I am doing wrong. I looked in the application support directory and created a cache file with the relevant data, so I know that it received a response. What am I doing wrong?
source
share