Can't tap buttons in UIStackView
I know there are a lot of questions like this, but I think I tried pretty much everything and it did not work. I am trying to add 2 buttons to a stackView but when I do that - I can't tap them anymore... It's somehow related to the thing that I add the stackView as a subView to the image because if I add the buttons as subview to the main view it also happens - touching the button will not work.
https://i.stack.imgur.com/WCKc5.png▾
Here is my code:...