I'm trying to change the color of an UIButton
's image when the user clicks on the UIButton
through Interface Builder
without having to create a new image. These are the settings for the UIButton
both Normal
and Highlighted
state:
But the image keeps the same color.. What am I missing in order to make it work?