Button overlay on image

I am using storyboard and I wanted to use an image with a label/button on top of it. I didn’t see a z stack on storyboard so I am trying to figure out how I can do it on storyboard.

Add a tap gesture to the image.

Or make a button with only an image and no text

1 Like

why do you want a button on top of the image? why not just a click event for the image?

1 Like

Ok that sounds good. I will do that.