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

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -