Search code examples
xcodestoryboardinterface-builderxcode-storyboard

How to move View Controllers on the Storyboard?


How can I arrange View Controllers on a Storyboard in Xcode's Interface Builder? When I try to select a View Controller, the mouse pointer grabs a view inside it instead.


Solution

  • Well, it wasn't obvious, at least for me. You should drag the white bar above the View Controller (the bar that contains the First Responder). It works even on low zoom levels! Xcode Screenshot: moving a View Controller