You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(void)loadImageWithURL:(NSURL *)URL target:(id)target success:(SEL)success failure:(SEL)failure{
//search at cache.if failed,search at disk.
}
//when image download is complete,write the data to disk in a new thread. I think it will help us to avoid the duplicate download.
The text was updated successfully, but these errors were encountered:
I think we can do like this.
//search at cache.if failed,search at disk.
}
//when image download is complete,write the data to disk in a new thread. I think it will help us to avoid the duplicate download.
The text was updated successfully, but these errors were encountered: