Splitview with multiple detail views using storyboarding. Seen an example/tutorial?
Posted
by
That Guy
on Stack Overflow
See other posts from Stack Overflow
or by That Guy
Published on 2011-11-03T10:14:28Z
Indexed on
2011/11/29
17:50 UTC
Read the original article
Hit count: 946
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
© Stack Overflow or respective owner