which is the best way to check whether a UIImage is blank? I have this painting editor which returns a UIImage; I don\'t want to save this imag
UIImage
Something along these lines:
CGContext
Others may be able to add more details to this answer.