Reputation: 8406
XCode has an excellent feature where you can preview your storyboards on various devices. This is a great way to test layouts on multiple different iOS devices without having to run them all individually in the simulator.
Is it possible to preview each individual view controller of a storyboard? XCode defaults to the root view controller of the storyboard, which in my case usually contains little or no UI elements and is therefore useless. I want to preview child view controllers of my storyboards. Is this possible?
Upvotes: 0
Views: 662
Reputation: 931
Preview shows the layout of current view controller selected not the root controller always when i do it.
Upvotes: 2