fahrulazmi / PAImageView

Rounded async imageview downloader based on AFNetworking 2 and lightly cached

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Objective-C 100.0%