I\'m receiving image from a server, then based on a color chosen by the user, the image color will be changed.
I tried the following :
_sketchImageVi
Try setting the tint color on the superview of the image view. E.g. [self.view setTintColor:color];
[self.view setTintColor:color];