Can't scroll down a view with various fields on storyboard

Hi,


I am creating a ViewController with various fields, and they do not all fit on the screen. I can even put the field below the visible area of the ViewController, however I can not scroll down the screen to make adjustments in the fields. I tried a number of ways, including using a ScrollView, but even so, I can not scroll down the screen to view the fields that are not in the visible area of the ViewController. Any idea?

Answered by junkpile in 90602022

You can set the view controller's size to Freeform under simulated metrics, then make it as big as you want. I do this often if I am laying out content in a scroll view.

Accepted Answer

You can set the view controller's size to Freeform under simulated metrics, then make it as big as you want. I do this often if I am laying out content in a scroll view.

Thanks a lot @junkpile! You save my day!

Can't scroll down a view with various fields on storyboard
 
 
Q