ios - XCode 5 - Make image tappable like a button -
In XCode 5, how could I do this so that when I deny a UIImage something? Like a button, but I do not want to use a button. I need to have an image. I'm making a game and I do not know how to do it any more, please help.
There is no such thing as a loose image, so image some Ensure that it displays it to ensure that some user interaction is enabled next to something (this can be an image view) then attach a UITapGestureRecognizer to it.
Comments
Post a Comment