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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-30 17:41:17  来源:igfitidea点击:

Good iPad SplitViewController tutorial?

iosipadstoryboarduisplitviewcontrollerxcode4.3

提问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

回答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