Ive got this line of code that changes the image on a button when clicked:
sender.setImage(UIImage(named: "something.png")!, forState: .Highlighted)
I want the button to fade back in to the original image.
Is this possible?
Ive got this line of code that changes the image on a button when clicked:
sender.setImage(UIImage(named: "something.png")!, forState: .Highlighted)
I want the button to fade back in to the original image.
Is this possible?