Make UIImageView receive actions
Hey everyone. I have a UIImageView that I want to receieve an action. I want it to act like a button. It will not have an image set so it will be invisible, then when tapped i want it to change to an image.
I know that IBActions do not work on a UIImageView. How could I achieve this?
P.S I don't want to set the image property of a button it must be a UIImageView.
|