Designing inside a scrollview in xcode 4.2 with storyboards

In the storyboard select the viewController, then in Attributes inspector change ‘size’ to ‘freeform’. Then change the ‘height’ of the view/scroll view to as big as you need. The default settings of struts and springs should take care of resizing the view back correctly when the app is run, but you should double check.

Leave a Comment