A simple collection of tools for coloring small images
Just add to your project the two main files:
- UIImage+MPImage.h
- UIImage+MPImage.m
- UIImage+MPAdditions.h
- UIImage+MPAdditions.m
- MPImage.h
Then import MPImage.h
where needed.
Using CocoaPods
Just add the following line to the Podfile
in your project:
pod "MPImage"
Then import <MPImage/MPImage.h>
where needed.