Reputation: 794
Zooming in/out on a macOS storyboard in Xcode does not seem to be possible:
I want to zoom out of the storyboards to see more of a view controller, as I can only see a portion.
Edit:
This is Xcode 9.4.1
Screenshot of Main.storyboard
:
screen shot of main.storyboard
Zoom Menu:
Zoom menu greyed out
Thanks in advance!😉
Upvotes: 0
Views: 2977
Reputation: 31645
You could change the zoom level by:
The benefit that you will get by following this approach is that you would be able to change the level with the desired percentage, instead of being sticked with the provided zoom percentages by clicking the +/- buttons.
Upvotes: 6