Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is not possible to zoom out of a storyboard in a macOS project ? (Xcode 8.2)

I don't understand why I'm not able to zoom out of the storyboard on a macOS project. Here is a screenshot:

enter image description here

As you can see, even the zoom options are greyed out. Any thoughts ?

like image 844
fbelfort Avatar asked Dec 12 '16 22:12

fbelfort


People also ask

Is storyboard better than SwiftUI?

Storyboard Advantages over SwiftUIIt is easier to use Storyboard as a beginner . Storyboard consist of Xib and custom View which can be reusable in the projects. It is easier to build an app as there is only drag and drop of the elements of the storyboard.


1 Answers

Looks like it's not supported

from XCode 8 release notes

Storyboard and xib files support smooth zooming across iOS, tvOS, and watchOS, as well as editing at any zoom level

No mention of MacOS (this is at Xcode 8.2.1)

like image 96
daven11 Avatar answered Sep 16 '22 13:09

daven11