Skip to content

Rounded async imageview downloader based on AFNetworking 2 and lightly cached

Notifications You must be signed in to change notification settings

xingskycn/PAImageView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAImageView

============

Rounded async imageview downloader based on AFNetworking 2 and lightly cached

Snapshot

Snapshop PASwitch

Usage

PAImageView *avatarView = [[PAImageView alloc] initWithFrame:aFrame backgroundProgressColor:[UIColor whiteColor] progressColor:[UIColor lightGrayColor]];
[self.view addSubview:avatarView];
// Later
[avatarView setImageURL:URL];

That's all

Contact

Pierre Abi-aad @abiaad

License

PAImageView is available under the MIT license.

About

Rounded async imageview downloader based on AFNetworking 2 and lightly cached

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published