Search code examples
iosstoryboardscene

Is there a way to view a storyboard scene without running the app?


Im working on an app with a viewcontroller buried deep inside a drill down. Im working with autolayout and would like to view my changes without having to go thru the rest of the app processes.

is there a way to view what a scene will look like onscreen without having to run the entire app?


Solution

  • There is a menu option called simulate document. Unfortunately, newer versions of Xcode no longer have this available for iOS apps, OSX only.