I am working on the auto layout. However, there is a small problem about I can not figure it out. Google it but can not find the clue.

As we can see, the tutorial first created uitextfield1 without any constraints at all. However, when I am trying to drag and drop another uitextfield2 to the view, there is constraints associated with it
My question is how to create an uitextfield with no constraint ( width + height )
Edited (for more details what I am trying to achieve)

For the picture above, we can see the textfield2 has the width constraint of 203. However, the textfield1 does not have width constraint like below

all the components in the view has there own constrains, but Xcode only shows you the ones for the selected component. If you don’t want the Autolayout constraints in a view or Storyboard then disable it in Xcode