I am trying to setup a simple login view which consists of an image, text fields and buttons. I decided to use a stack view to make the storyboard compatible with many screens.
I can see that there are dozens of problems with the constraints!? They, in total, add up to 1.0 which is the total height of the stack view so I can't see the issue.
Although the percentages are slightly different, here is the idea of what I am trying to accomplish:
Image of conflicts / general design
Any input is appreciated, thanks!