TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
A simple NSImageView subclass that let's you download images asynchronously from the web on the Mac with some other useful properties.
#import "PVAsyncImageView.h"
[_imageView downloadImageFromURL:@"mywebsite.com/image.png" withPlaceholderImage:[NSImage imageNamed:@"loading_IMG"] errorImage:[NSImage imageNamed:@"error_IMG"] andDisplaySpinningWheel:YES];
This includes a Demo project that explains how to use PVAsyncImageView easily, with almost no lines of code.
PVAsyncImageView was created by Pedro Vieira.
@w1tch_
[email protected]
PVAsyncImageView is licensed under the terms of the BSD. Read the LICENSE file for more information.