Splitview with multiple detail views using storyboarding. Seen an example/tutorial?

前端 未结 3 389
半阙折子戏
半阙折子戏 2020-12-18 13:28

I\'m trying to track down an example like Apple\'s MultipleDetailViews sample for UISplitViewController, but using storyboards. Their sample code provides functionality simi

相关标签:
3条回答
  • 2020-12-18 14:11

    I was searching for something similar for Swift, but didn't find anything. After trying a few times and reading some blog posts and documentation, I could do it myself. Here is my Blog Post with the explanation and here is complete working code. Also this is Universal project which uses Adaptive segues and works well for both iPhone and iPad.

    0 讨论(0)
  • 2020-12-18 14:23

    Try to read this article:
    Science At Hand - Adventures in UISplitViewController

    I found it very interesting.

    Update: Link is dead, here is link from archive.org

    0 讨论(0)
  • 2020-12-18 14:25

    Although this is an old thread, I've created a Storyboard and ARC-enabled version of Apple's MultipleDetailViews sample code, as per the OP's original request: public git repo

    0 讨论(0)
提交回复
热议问题