I want to use an template image which is black and use the tintColor of this image to set the color and to have only one image.
Then I put template image in asset And I try to change the color by :
object.TintColor = UIColor.Blue;
But it doesn't work, it still black
Can someone help me please ?
Thanks