I am new to Stack Views so bear with me. I have an outer Stack View that contains all my elements as displayed in the image:
My problem is that the "Skip" button is now outside its container. I have tried to set constraints for "Center Horizontally" and "Center Vertically", but this causes my image to look like this:
As we can see, both my button and my container are no longer appearing in the Scene. What am I doing wrong here?