I tried to make an Image View to handle clicks. In IB an Image View can have a handler for Action/Clicked, but when running it didn’t seem like being triggered.
I’ve thought about using a Custom View to enclose the image, and get the click via the Custom View, but no dice - Custom View doesn’t even allow Action/Clicked handlers.
Any suggestion? Thanks!
(BTW the reason I need this is to open a website when an image is clicked)