Benj
Benj

Reputation: 794

Zoom in/out Xcode Storyboards

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

Answers (3)

Jrecho
Jrecho

Reputation: 1

Use on Apple CMD + or - or in Windows the Windows Key +/-

Upvotes: 0

Benj
Benj

Reputation: 794

You can't (in macOS app projects).

Upvotes: 5

Ahmad F
Ahmad F

Reputation: 31645

You could change the zoom level by:

  • keep pushing the option button.
  • and then scroll the mouse wheel.

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

Related Questions