How to override trait collection for initial UIViewController? (with Storyboard)
问题 I have an app targeted iOS8 and initial view controller is UISplitViewController. I use storyboard, so that it kindly instantiate everything for me. Because of my design I need SplitViewController to show both master and detail views in portrait mode on iPhone. So I am looking for a way to override trait collection for this UISplitViewController. I found that I can use override func viewWillTransitionToSize(size: CGSize, withTransitionCoordinator coordinator: