Latest | 0.1.1 |
---|---|
Homepage | https://github.com/tomburns/CLPKittenPlaceholder |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | AFNetworking |
Authors |
Need placeholder images for your next iOS Project? Try Kittens.
Description
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)];
Use / Requirements
pod 'CLPKittenPlaceholder'
CLPKittenPlaceholder builds on AFNetworking‘s lovely UIImageView category. If you’re using CocoaPods, this dependency will be resolved automatically.
Latest podspec
{ "name": "CLPKittenPlaceholder", "version": "0.1.1", "summary": "Need placeholder images for your next iOS Project? Try Kittens.", "description": " CLPKittenPlaceholder is a category on UIImageView which leverages the awesome power of [placekitten](placekitten.com) to give you quick access to the cutest placeholder images of all time. Usage is simple:nn ```n #import "UIImageView+CLPKittenPlaceholder.h"nn /* ... */nn //Set a kitten using the imageView sizen [imageView setImageToKitten];n n //Set a kitten with a specific sizen [imageView setImageToKittenWithSize:CGSizeMake(100,100)];n ```n", "homepage": "https://github.com/tomburns/CLPKittenPlaceholder", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Tom Burns": "[email protected]" }, "source": { "git": "https://github.com/tomburns/CLPKittenPlaceholder.git", "tag": "0.1.1" }, "source_files": [ "CLPKittenPlaceholder", "CLPKittenPlaceholder/**/*.{h,m}" ], "requires_arc": true, "platforms": { "ios": "7.0" }, "dependencies": { "AFNetworking": [ "~> 2.0" ] } }
Sat, 27 Feb 2016 16:47:03 +0000