Good iPad SplitViewController tutorial? [closed]
Asked Answered
S

5

12

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

Springfield answered 3/4, 2012 at 1:57 Comment(2)
After trying to make a split view using Interface Builder, I thought the master-detail sample application was much clearer, and very close to doing it from scratch.Igneous
possible duplicate of UISplitViewController in ipadWedding
D
5

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

Dormer answered 7/2, 2013 at 10:38 Comment(6)
Have many vote for this answer, so I think it'll good tutorial. But If this website is available now? I click on this link but the browser tell:"Oops! Google Chrome could not find www.mindyourcode.com"Vinery
Yep. What @Vinery said. Website's deadComrade
The answer should really be updated to point to a correct location. Otherwise this answer is worth nil.Cooperstein
@Vinery The link is broken, but here is a snapshot: web.archive.org/web/20131016234339/http://www.mindyourcode.com/… This site isn't pretty but it'll do the job :)Cogon
Web links to page that isn't live.Emilia
Guys original page is live wohooo!Dormer
F
11

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

Great website for iOS tutorials and source code.

Faintheart answered 3/4, 2012 at 2:11 Comment(3)
I actually have already looked over this but it doesn't work with storyboards...Springfield
Do you have any other suggestions?Springfield
For people googling this like I have, this tutorial linked has been updated to use storyboards.Gleeson
D
5

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

Dormer answered 7/2, 2013 at 10:38 Comment(6)
Have many vote for this answer, so I think it'll good tutorial. But If this website is available now? I click on this link but the browser tell:"Oops! Google Chrome could not find www.mindyourcode.com"Vinery
Yep. What @Vinery said. Website's deadComrade
The answer should really be updated to point to a correct location. Otherwise this answer is worth nil.Cooperstein
@Vinery The link is broken, but here is a snapshot: web.archive.org/web/20131016234339/http://www.mindyourcode.com/… This site isn't pretty but it'll do the job :)Cogon
Web links to page that isn't live.Emilia
Guys original page is live wohooo!Dormer
O
1

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

Olds answered 20/5, 2013 at 14:16 Comment(0)
M
1

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

Clear explanations with lots of illustrations.

Moody answered 25/11, 2014 at 15:51 Comment(0)
J
0

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

Jarry answered 13/2, 2013 at 17:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.