How can I change image tintColor

后端 未结 13 867
时光说笑
时光说笑 2020-12-13 00:04

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         


        
13条回答
  •  无人及你
    2020-12-13 00:32

    Try setting the tint color on the superview of the image view. E.g. [self.view setTintColor:color];

提交回复
热议问题