FWIW I’m using Xcode 4.5.1.
I have a View that will contain UI elements (e.g. UIButtons). The View is wider than the device screen, so it will be placed under a scrollview.
The problem is that I cannot see the View in the storyboard except for that part that is physically within the screen boundaries. Is there a way in xcode/storyboard to show the full width and height of the View (for editing, dragging and dropping buttons, etc)? It is extremely difficult to graphically edit this oversized view…
A little further digging through stackoverflow turned up the following:
Visually arrange subviews in a large uiscrollview
This is still not optimal because it seems one has to re-enlarge the UIScrollView every time you want to edit the underlying content View. But this is how I am currently handling this.