Skip to content

xaxist/ios_async_image_view

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Drop in asynchronous replacement for UIImageView with local caching.

usage:

AsyncImageView* iv = [[AsyncImageView alloc] initWithFrame:CGRectMake(0, 0, 50, 50)];
[iv loadFromUrl:theImageUrl];
[self addSubview:iv];
[iv release]; 

About

Asynchronous UIImageView for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published