Good iPad SplitViewController tutorial?

27,417

Solution 1

Kindly have a look on this tutorial with example http://www.mindyourcode.com/ios/adding-interactive-splitview-for-ipad/

Solution 2

http://www.raywenderlich.com/1040/ipad-for-iphone-developers-101-uisplitview-tutorial

Great website for iOS tutorials and source code.

Solution 3

Best tutorial for me was http://nshipster.com/uisplitviewcontroller/.

Clear explanations with lots of illustrations.

Share:
27,417
Shredder2794
Author by

Shredder2794

Updated on July 05, 2022

Comments

  • Shredder2794
    Shredder2794 almost 2 years

    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