开发者

iPad: Split view Controller

I am creating spli开发者_如何学JAVAt view based application for iPad.

I have 1) a root view controller 2) a detail view controller

It is like menu and submenu.

Here I am planning to do. I would like to have navigation in root view controller.

It is recomonded to use or not. If it is recomended how is it possible.


There is a function in the Detail View Controller for showing or not showing the popover Button. Possibly you could adapt that in the App Delegate for the whole Detail View Controller? Just go through the source code provided by Apple. It is all well commented.


Not sure what you're asking. If you're asking whether it's recommended to do it like how you describe, then yes, that's the most recommended way to do it.

Root view controller (the smaller left side menu) usually contains the navigation stuff, while the detail view controller (the bigger right side view) contains all the detailed stuff.

You might want to take a look here for a How-To.

Other documents can be found here.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜