I am trying to build my login view that has only 2 TextFields, and 2 buttons. I am applying the \"Add Missing Constraints\" property so that Xcode applies the corresponding
"Add Missing Constraints" is not always a good idea to add constraints..rather you should always prefer to add constraints manually...
Here is the image for your UI...I used wAnyhAny
layout as it is good practice for add constraints for universal devices...
I used simply width constraint for textfield, rather you should
Equal width
to super view and add multiplier to resize width according to device width
Here is the output image in different sizes...