Category for UIImage to colorize it. Perfect for changing the color of a glyph with a neutral color.
To use simply invoke with -
_imageView.image = [_disclosureImage changeColor:[UIColor greenColor]];
Supports both retina and regular display scales.
Done.