Skip to content

An already set up image download and cache manager to handle ASNetworkImageNode image caching and downloading on initialisation by adhering to ASImageCacheProtocol and ASImageDownloaderProtocol. Perfect for projects using Facebook's AsyncDisplayKit; the Image Manager utilises SDWebImage to handle both the async downloading, and image caching.

License

Notifications You must be signed in to change notification settings

Morgan-Kennedy/ASImageManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASImageManager

An already set up image download and cache manager to handle ASNetworkImageNode image caching and downloading on initialisation. Perfect for projects using Facebook's AsyncDisplayKit; the Image Manager utilises SDWebImage to handle both the async downloading, and image caching.

##CocoaPods

pod "ASImageManager"

#####import header

#import "ASImageManager.h"

#####Usage on a ASNetworkImageNode

_imageNode = [[ASNetworkImageNode alloc] initWithCache:[ASImageManager sharedImageManager] downloader:[ASImageManager sharedImageManager]];
_imageNode.URL = [NSURL URLWithString:@"http://hello-kitty.sanriotown.com/images/kitty.png"];
[self.view addSubnode:_imageNode];

About

An already set up image download and cache manager to handle ASNetworkImageNode image caching and downloading on initialisation by adhering to ASImageCacheProtocol and ASImageDownloaderProtocol. Perfect for projects using Facebook's AsyncDisplayKit; the Image Manager utilises SDWebImage to handle both the async downloading, and image caching.

Resources

License

Stars

Watchers

Forks

Packages

No packages published