CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

TheCatAPI 1.0.0

TheCatAPI 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2016

Maintained by Nate Bailey.



TheCatAPI 1.0.0

  ∆    ∆
>( - . - )<
 (  u u  ) "\\
 ( )____( )=//

Usage

For a fresh, kitty-populated UIImageView

// A new UIImageView populated with a cat image
UIImageView *happyImageView = [UIImageView imageViewWithCatImage];

// A new UIImageView populated with a cat image from a certain category
UIImageView *catInABox = [UIImageView imageViewWithCatImageWithCategory:CATegoryBoxes];

For making existing UIImageViews much more enjoyable

UIImageView *sadImageView = [[UIImageView alloc] init];

// Populate an existing UIImageView with a cat image
[sadImageView useCatImage];

// Populate an existing UIImageView with a cat image from a certain category
[sadImageView useCatImageWithCategory:CATegoryHats];

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

Author

Nate Bailey, [email protected]

License

TheCatAPI is available under the MIT license. See the LICENSE file for more info.