SplitView app with master and detail view visible in both orientations
I would like to have both mast开发者_高级运维er and detail views visible in landscape and portrait modes.
Like how the Settings app is implemented.
I do not find any samples for this. Appreciate your help..
Matt has done wonderful work see http://mattgemmell.com/2010/07/31/mgsplitviewcontroller-for-ipad source available at GitHub
UISplitViewController
doesn't support this, at least not in a documented way. Why not build your own custom split view?
精彩评论