I have a few static household ads in an UIImageView that just display some text for now. I’d like to make them clickable, so when the user touches the UIImageView it opens an iTunes link or Safari with a predefined Google search.
What’s the best approach here ?
thank you!
Is there any reason that you can’t use a UIButton?
You can set the image of a UIButton and then make that touchable via IB or in code.