I am trying to add a button to an image view which lies in a stack view. But whenever I try to add the button after adding the image view, the stack view gets divided into two parts, one housing the button and the other housing the image view.
I want to add an icon which is an image view, on top which there's a button which one clicked does the needful.