Xcode 6 how to enable storyboard zoom?

Alex Stone picture Alex Stone · Jul 8, 2014 · Viewed 46.4k times · Source

I've updated to Xcode 6 beta 3 and see that the [+ = -] buttons in the storyboard corner are gone. Is there a way for me to zoom in and out on view controllers within a storyboard in Xcode 6?

Answer

joyeon picture joyeon · Jul 8, 2014

You can zoom the storyboard by double-click canvas or using top-menu(Editor > Canvas > Zoom).

Alternatively: Right click blank space on canvas and choose zoom level (allows to zoom out further than double click)

enter image description here