ios - Launch screen storyboard: Split View Controller shows incorrect master/detail relationship -


environment:

xcode 7.1, ios 9.1. launch screen storyboard includes split view controller initial view controller, master connection view controller (wrapped in navigation controller) , detail connection view controller (also wrapped in navigation controller). storyboard code-less, application manages ui programmatically. storyboard being implemented ios 9 multitasking compatibility.

problems:

1.) when launching storyboard on ipad simulator in portrait orientation, detail view controller appears, covering master view controller. application forces both master , detail (side-by-side) in-code not in landscape, in portrait.

how can storyboard imitate such behavior?

2.) when launching storyboard on ipad simulator in landscape orientation, both master , detail view controllers visible properly, master view controller narrow, if ipad simulator in portrait orientation. (in landscape orientation, master view controller supposed wider - same - master view controller in portrait orientation.)

is bug simulator?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -