-
Notifications
You must be signed in to change notification settings - Fork 0
osmansoylemez/OSImageCache
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NSString *strImageURL = @"http://www.insular.it/wp-content/gallery/post-images/github_logo.jpg";
[[OSImageCache sharedCache] imageForURL:[NSURL URLWithString:strImageURL] completionBlock:^(UIImage *downloadedImage) {
[self.imageView setImage:downloadedImage];
}failureBlock:nil];
About
Image Cache for iOS :)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published