I usually create views programmatically. This time, I tried to use Storyboard.
The views in Storyboards cannot be longer than the device Screen. How can I set a scrollview with a content size taller than the device screen in my storyboard?
I also tried to use XIB files instead of a storyboard, but then I didn't manage to link the XIB files to the storyboard.
You can change the simulated size ( you can do it in xib also )
1-
2-
3-
Tip: if your content is too long you can better think of a UITableView