CLPKittenPlaceholder 0.1.1

CLPKittenPlaceholder 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Tom Burns

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.