TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Need placeholder images for your next iOS Project? Try Kittens.
CLPKittenPlaceholder is a category on UIImageView which leverages the awesome power of placekitten to give you quick access to the cutest placeholder images of all time. Usage is simple:
#import "UIImageView+CLPKittenPlaceholder.h"
/* ... */
//Set a kitten using the imageView size
[imageView setImageToKitten];
//Set a kitten with a specific size
[imageView setImageToKittenWithSize:CGSizeMake(100,100)];
pod 'CLPKittenPlaceholder'
CLPKittenPlaceholder builds on AFNetworking's lovely UIImageView category. If you're using Cocoapods, this dependency will be resolved automatically.