ios 好的 iPad SplitViewController 教程?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9986174/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Good iPad SplitViewController tutorial?
提问by Shredder2794
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...
我是 iOS 开发的新手,正在尝试学习如何使用 iPad 的 splitViewController。我在网上看过一些教程,但它们都是从主从模板开始的。有人可以建议一个教程或给我一个例子,让我从头开始制作一个拆分视图应用程序,因为我想知道它是如何工作的......
Thanks!
谢谢!
-Shredder
-碎纸机
采纳答案by Mashhadi
Kindly have a look on this tutorial with example http://www.mindyourcode.com/ios/adding-interactive-splitview-for-ipad/
请通过示例http://www.mindyourcode.com/ios/adding-interactive-splitview-for-ipad/查看本教程
回答by Hyman Humphries
http://www.raywenderlich.com/1040/ipad-for-iphone-developers-101-uisplitview-tutorial
http://www.raywenderlich.com/1040/ipad-for-iphone-developers-101-uisplitview-tutorial
Great website for iOS tutorials and source code.
iOS 教程和源代码的好网站。
回答by Jenn Eve
You guys might also want to check this out. It's done programmatically.
你们可能还想看看这个。它以编程方式完成。
http://iosmadesimple.blogspot.com/2013/05/uisplitviewcontroller-landscape.html
http://iosmadesimple.blogspot.com/2013/05/uisplitviewcontroller-landscape.html
and
和
http://iosmadesimple.blogspot.com/2013/05/uisplitviewcontroller-portrait.html
http://iosmadesimple.blogspot.com/2013/05/uisplitviewcontroller-portrait.html
回答by Nycen
Best tutorial for me was http://nshipster.com/uisplitviewcontroller/.
对我来说最好的教程是http://nshipster.com/uisplitviewcontroller/。
Clear explanations with lots of illustrations.
清晰的解释和大量的插图。
回答by Mark Semsel
The following link will bring you to a tutorial on using a UISplitViewController in an iPad app using Storyboards:
以下链接将带您进入使用 Storyboards 在 iPad 应用程序中使用 UISplitViewController 的教程:
http://klanguedoc.hubpages.com/hub/iOS-5-How-To-Create-a-SplitViewController-iPad-Application
http://klanguedoc.hubpages.com/hub/iOS-5-How-To-Create-a-SplitViewController-iPad-Application