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

AYImageView 0.0.6

AYImageView 0.0.6

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Andrey Yastrebov.



  • By
  • Andrey Yastrebov

Rounded async imageview downloader based on SDWebImage

Based on Pierre Abi-aad project PAImageView

Snapshot

Snapshop PASwitch

Usage

AYImageView *avatarView = [[AYImageView 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

Andrey Yastrebov @AndrewYastrebov

License

AYImageView is available under the MIT license.