简体   繁体   English

IOS:xcode 4.2 新项目

[英]IOS: xcode 4.2 new project

In xcode 4.2 what's the way to create a new simple project?在 xcode 4.2 中创建一个新的简单项目的方法是什么? There isn't the choice to start a new based view controller application?没有选择启动一个新的基于视图控制器的应用程序吗? Can someone explain me the new ways?有人可以向我解释新方法吗?

To my understanding, here is the translation: Xcode 4.2 / Xcode 3据我了解,这里是翻译:Xcode 4.2 / Xcode 3

  • A Page-Based App is what was called a Navigation-Based App基于页面的应用程序就是所谓的基于导航的应用程序

  • A Single View App is what was called a View-Based App单视图应用程序是所谓的基于视图的应用程序

  • A Tabbed App is obviously what was called a Tab Bar App标签式应用程序显然是所谓的标签栏应用程序

  • An Empty App is what was called a Window-Based App.一个空的应用程序就是所谓的基于窗口的应用程序。

Be careful that the MainWindow.xib is no longer created as you start a new project with the Empty App or Single View app template.请注意,当您使用 Empty App 或 Single View App 模板启动新项目时,不再创建 MainWindow.xib。 For more details, you should take a look at this question:有关更多详细信息,您应该看看这个问题:

Is a MainWindow.xib truly needed in iOS application? iOS 应用程序中真的需要 MainWindow.xib 吗?

This Apple tutorial creates an iOS project which has a single view.本 Apple 教程创建了一个具有单一视图的 iOS 项目。 It's created using:它是使用以下方法创建的:

iOS > Application > Single View Application iOS > 应用程序 > 单视图应用程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM