I am making a normal view where users can update their profiles. I followed these steps to make that view
- Created a new
UIViewController
You need to add an extra parent View for all the textfield in ScrollView.
Note:
Give constraints to UIView w.r.t. UIScrollView as Leading, Trailing, Top, Bottom and Equal Widths.
Also don't forget to add the bottom constraint for last object in UIView w.r.t. UIView (Customize it to approx. 30 since it will not scroll much after finishing the contents).
Customize the constraint of UIView bottom w.r.t UIScrollView to 0.
See: