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

That Guy picture That Guy · Nov 3, 2011 · Viewed 11.4k times · Source

I'm trying to track down an example like Apple's MultipleDetailViews sample for UISplitViewController, but using storyboards. Their sample code provides functionality similar to what I'm after, I'm just having trouble getting it to work in my app that uses storyboards. It's driving me nuts!

Anyone seen an example/tutorial?

This is Apple's non storyboard version: http://developer.apple.com/library/ios/#samplecode/MultipleDetailViews/Introduction/Intro.html

Answer

hillmark picture hillmark · Mar 3, 2013

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