/MPImage

A simple collection of tools for coloring small images

Primary LanguageObjective-COtherNOASSERTION

MPImage

A simple collection of tools for coloring small images

Installation

Manually

Just add to your project the two main files:

  1. UIImage+MPImage.h
  2. UIImage+MPImage.m
  3. UIImage+MPAdditions.h
  4. UIImage+MPAdditions.m
  5. 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.