LLACategories 0.1.0

LLACategories 0.1.0

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

Maintained by Lukas Lipka.



  • By
  • Lukas Lipka

A collection of categories for UIKit and Foundation classes.

Usage

UIFont *font = [UIFont fontWithName:@"FontAwesome" size:32];
UIImage *iconImage = [UIImage lla_imageWithFont:font named:@"\uf09a" maskColor:[UIColor blueColor]];

...

UIFont *maskedImage = [UIImage lla_imageNamed:@"Image" maskColor:[UIColor redColor]];

...

UIImage *existingImage = ...;
UIImage *maskedImage = [existingImage lla_maskWithColor:[UIColor redColor]];

See the individual headers for full documentation.

Installation

CocoaPods is the recommended method of installing LLACategories. Simply add the following line to your Podfile:

Podfile

pod 'LLACategories'

Otherwise you can just add the files under LLACategories to your project.

Requirements

LLACategories is tested on iOS7 and requires ARC.

Contact

Lukas Lipka

License

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