问题描述
在 xcode 4.2 中创建一个新的简单项目的方法是什么?没有选择启动一个新的基于视图控制器的应用程序吗?有人可以向我解释新方法吗?
In xcode 4.2 what's the way to create a new simple project? There isn't the choice to start a new based view controller application? Can someone explain me the new ways?
推荐答案
据我所知,这里是翻译:Xcode 4.2/Xcode 3
To my understanding, here is the translation: 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.
请注意,当您使用 Empty App 或 Single View App 模板启动新项目时,不再创建 MainWindow.xib.有关更多详细信息,您应该看看这个问题:
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. For more details, you should take a look at this question:
iOS 应用程序中真的需要 MainWindow.xib 吗?
这篇关于IOS:xcode 4.2 新项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!