I need to tint only a certain part of a UIImage. In the image below I only need to be able to change the red color to any UIColor
I have tried a UIImage+Tint
but it tints the entire image. Does anybody know how I could only change the color of the red part of the image?
Asked
Active
Viewed 740 times
4

Clip
- 3,018
- 8
- 42
- 77
-
Try checking this post out: http://stackoverflow.com/questions/12396236/ios-change-the-colors-of-a-uiimage – sfeuerstein Sep 04 '14 at 16:22