ios - How can I implement the new iPad-like landscape mode on iPhone 6 plus -


apple has introduced new ipad-like split view in landscape mode iphone plus, users take advantage of larger screen.

i have designed universal ios app uses uisplitviewcontroller show detail , master view in ipad, , uses uinavigationviewcontroller show tableview in iphone.

now have iphone plus, how can implement new ipad-like landscape view while using uinavigationviewcontroller main structure in iphone.

you might want take @ "building adaptive apps uikit" video on https://developer.apple.com/videos/wwdc/2014/

de basic idea split view controller used on iphone , ipad. when detects device has "compact" horizontal size class pushes detailview on top of master view, whereas "regular" size class shows detailview next master view.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -