I'm new to iOS development and am trying to learn how to use the iPad's splitViewController.
I've seen a couple of tutorials online but they all start with the master-detail template.
Can someone suggest a tutorial or give me an example that makes a split-view application from scratch as I want to know how it works...
Thanks!
-Shredder
Kindly have a look on this tutorial with example http://www.mindyourcode.com/ios/adding-interactive-splitview-for-ipad/
http://www.raywenderlich.com/1040/ipad-for-iphone-developers-101-uisplitview-tutorial
Great website for iOS tutorials and source code.
You guys might also want to check this out. It's done programmatically.
http://iosmadesimple.blogspot.com/2013/05/uisplitviewcontroller-landscape.html
and
http://iosmadesimple.blogspot.com/2013/05/uisplitviewcontroller-portrait.html
Best tutorial for me was http://nshipster.com/uisplitviewcontroller/.
Clear explanations with lots of illustrations.
The following link will bring you to a tutorial on using a UISplitViewController in an iPad app using Storyboards:
http://klanguedoc.hubpages.com/hub/iOS-5-How-To-Create-a-SplitViewController-iPad-Application