CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

PAAImageView 1.1.0

PAAImageView 1.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2015

Maintained by Pierre Abi-aad.



  • By
  • Pierre Abi-aad

Rounded async imageview downloader based on AFNetworking 2 and lightly cached

Swift version here

Snapshot

Snapshop PASwitch

Usage

PAAImageView *avatarView = [[PAAImageView alloc] initWithFrame:aFrame backgroundProgressColor:[UIColor whiteColor] progressColor:[UIColor lightGrayColor]];
[self.view addSubview:avatarView];
// Later
[avatarView setImageURL:URL];
// or
[avatarView setImageURL:URL completion:^(NSError *error) {
        // Handle your error
}];

Update

  1. You can load image using resources or another source (for example contact image);

You need use next method for load from resource [avatarView setImage:[UIImage imageNamed:"test.png"]];

  1. You can set width for background circle [avatarView setBackgroundWidth:10.f];

That's all

Contact

Pierre Abi-aad @abiaad

License

PAImageView is available under the MIT license.