CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Nov 2016 |
Maintained by Nate Bailey.
∆ ∆
>( - . - )<
( u u ) "\\
( )____( )=//
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.
Nate Bailey, [email protected]
TheCatAPI is available under the MIT license. See the LICENSE file for more info.