I want to make my view controller autoshrink when the keyboard appear when one of the text views is tapped. When any text view is tapped, all views (label, image view, buttons, etc.) should move up.
I have one view controller with autolayout enabled and all views adjust using auto layout:
top: 3 images and one label
below that: 2 images
below that: 2 labels
below that: one text view
below that: one image
below that: one text view
below that: one button
I have one view controller with autolayout enabled and all views adjust using auto layout:
top: 3 images and one label
below that: 2 images
below that: 2 labels
below that: one text view
below that: one image
below that: one text view
below that: one button