I\'m trying to track down an example like Apple\'s MultipleDetailViews sample for UISplitViewController, but using storyboards. Their sample code provides functionality simi
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.