I have a label positioned in my view that has a custom UIButton behind it. I have selected 'hidden' so that the button doesn't appear to the user. When the label is touched, the button activates a segue to the next view controller. This works fine.
Trying the same technique with UIImageView is not proving so fruitful.
I have even tried laying a round rect button that isn't hidden on top of the image (partially covering the image), which segues successfully. But as soon as I choose 'hidden', the button is not touchable.
Why does this work for labels but not for UIImageView?
Thanks
Trying the same technique with UIImageView is not proving so fruitful.
I have even tried laying a round rect button that isn't hidden on top of the image (partially covering the image), which segues successfully. But as soon as I choose 'hidden', the button is not touchable.
Why does this work for labels but not for UIImageView?
Thanks