IOS: xcode 4.2 new project

一曲冷凌霜 提交于 2020-01-03 05:00:16

问题


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?


回答1:


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.

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:

Is a MainWindow.xib truly needed in iOS application?




回答2:


This Apple tutorial creates an iOS project which has a single view. It's created using:

iOS > Application > Single View Application



来源:https://stackoverflow.com/questions/7993007/ios-xcode-4-2-new-project

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!