Is there a way I can check if a UIImage contains a single color? I have an application that renders text to an image, and if the image that is returned is completely white, I do not want to redraw the screen.
Is there a way to achieve this?
Regards,
EZFrag
Something like this might do the trick