A tiny library for creating tinted images.
#import "NSImage+MISSINGTint.h"
NSImage *originalImage = [NSImage imageNamed:@"image.png"];
NSImage *tintedImage = [image tintedImageWithColor:[UIColor grayColor]];
NSImage+MISSINGTint is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NSImage+MISSINGTint"
Valentin Shergin, valentin@shergin.com
NSImage+MISSINGTint is available under the MIT license. See the LICENSE file for more info.