Navigate to a SplitViewController

后端 未结 4 1714
长发绾君心
长发绾君心 2020-12-04 00:44

I\'ve been playing around with the iPad SDK looking for ways to improve my current iPhone app. I\'ve got a couple place where I think the new \"SplitView\" would look pretty

4条回答
  •  借酒劲吻你
    2020-12-04 01:05

    It should always be the root controller according to Apple.

    The split view controller’s view should always be installed as the root view of your application window. You should never present a split view inside of a navigation or tab bar interface.

提交回复
热议问题