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?
相关问题
- Applying corner radius to a specific UIView corner
- Xcode 6 Storyboard crashing when scrolling to part
- Images.xcassets breaking the laws of targets
- How do I use Android ZoomButtonsController?
- SpriteKit & Swift: Creating nodes via didBeginCont
相关文章
- Is there a way to specify minimum and maximum zoom
- Rotate (angle) a UIView, using User Defined Runtim
- Why do mobile browsers load my page completely zoo
- Prevent zooming out in leaflet R-Map?
- Change color of accessoryType Swift
- Is it not possible to use “Analyze” with swift?
- Flutter: how to enable gestures in a web view?
- How to format a date like “5 min”, “1 hour,”, “Yes
In order to zoom in or zoom out using a mouse just hold
alt
(⌥) and scroll.These keyboard shortcuts are working for me:
Zoom out:
⇧ ⌥ ⌘ {
Zoom in:
⇧ ⌥ ⌘ }
Your mileage may vary.
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)
double cick is best for zooming IN and OUT... just do a DOUBLE CLICK in the story board in Xcode 6
In Xcode 7, the shortcuts have changed to the following:
Right click on the empty area of your storyboard, a popup menu will be shown like below:
You can use this popup to zoom in/out the storyboard (or check the keyboard shortcuts shown in that).
In Xcode7.0 Beta zooming the View Controller window requires shortcut keys: command + '+' and command + '-'
You can also right click in the white space surrounding the view-controller (diagram) to get zoom menu options in a pop-up (Note: The Xcode App must have focus for this to work or you will NOT get the zoom pop-up).