UISplitViewController on iPad with Storyboards?

前端 未结 3 1596
既然无缘
既然无缘 2020-12-09 22:49

\"enter

In Xcode, how can I create a simple iPad application that uses Storyboards suc

3条回答
  •  没有蜡笔的小新
    2020-12-09 23:25

    Apple has provided sample code of a more general solution to the problem of how to swap out different detail views based on what is selected in the master view. The Apple example code accomplishes this by introducing a custom implementation of the UISplitViewControllerDelegate protocol:

    https://developer.apple.com/library/ios/samplecode/MultipleDetailViews/Introduction/Intro.html

提交回复
热议问题