开发者

SplitView app with master and detail view visible in both orientations

开发者 https://www.devze.com 2023-01-03 04:11 出处:网络
I would like to have both mast开发者_高级运维er and detail views visible in landscape and portrait modes.

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消