Good iPad SplitViewController tutorial? [closed]

2019-03-09 11:58发布

问题:

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

回答1:

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



回答2:

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

Great website for iOS tutorials and source code.



回答3:

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



回答4:

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

Clear explanations with lots of illustrations.



回答5:

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