CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Andrey Yastrebov.
Rounded async imageview downloader based on SDWebImage
Based on Pierre Abi-aad project PAImageView
AYImageView *avatarView = [[AYImageView alloc] initWithFrame:aFrame backgroundProgressColor:[UIColor whiteColor] progressColor:[UIColor lightGrayColor]];
[self.view addSubview:avatarView];
// Later
[avatarView setImageURL:URL];
That's all
Andrey Yastrebov @AndrewYastrebov
AYImageView is available under the MIT license.