IOS: xcode 4.2 new project
Asked Answered
M

2

0

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?

Malines answered 3/11, 2011 at 10:1 Comment(0)
P
2

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?

Powerdive answered 3/11, 2011 at 11:22 Comment(0)
D
0

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

iOS > Application > Single View Application

Denitadenitrate answered 3/11, 2011 at 11:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.