Skip to content

Need placeholder images for your next Mac or iOS Project? Try Kittens.

License

Notifications You must be signed in to change notification settings

tomburns/CLPKittenPlaceholder

Repository files navigation

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.

About

Need placeholder images for your next Mac or iOS Project? Try Kittens.

Resources

License

Stars

Watchers

Forks

Packages

No packages published