/NSImage-MISSINGTint

A tiny library for creating tinted images.

Primary LanguageObjective-CMIT LicenseMIT

NSImage+MISSINGTint

CI Status Version License Platform

A tiny library for creating tinted images.

Usage

#import "NSImage+MISSINGTint.h"

NSImage *originalImage = [NSImage imageNamed:@"image.png"];
NSImage *tintedImage = [image tintedImageWithColor:[UIColor grayColor]];

Requirements

Installation

NSImage+MISSINGTint is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "NSImage+MISSINGTint"

Author

Valentin Shergin, valentin@shergin.com

License

NSImage+MISSINGTint is available under the MIT license. See the LICENSE file for more info.