Skip to content

Async Image Downloader & Cache for UIImageView to show images from an URL

Notifications You must be signed in to change notification settings

siqin/OnlineImageView

Repository files navigation

#OnlineImageView ######A category for UIImageView to show images from URLs and make cache.

  • Usage
#import "UIImageView+OnlineImage.h"

/* code omiited */ [self.imageView setOnlineImage:IMAGE_URL]; [self.imageView1 setOnlineImage:IMAGE_URL1 placeholderImage:[UIImage imageNamed:@"question_mark"]];

About

Async Image Downloader & Cache for UIImageView to show images from an URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published