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...