Currently we are replicating a website sign-up screen to our native mobile application in iOS. As of now we are using the NSLayoutConstraints to programatically set the constraints between them. I tried to set up in the storyboard by providing the leading space and trailing space and height constraint between the UITextFields, but I wish to set the height constraints varying according to the different screens so that it looks the same everywhere as well as the vertical spacing. I'm hoping this can be without the coding part.
https://dribbble.com/shots/6006968-ReCars-Sign-Up-Login
Sign-up screen: