Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 906 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 906 Bytes

CLPKittenPlaceholder

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.