mobile app Beginner
mobile app Beginner

Reputation: 1661

My xcode4 is missing some iPhone templates

I am new to iPhone development.

I have installed xcode4 in my Mac and started to read some online tutorials. I found that the xcode in my Mac is missing some iPhone templates. Such as 'View-based application' template.

Here is a screen capture from my Mac:

Screenshot of new project screen

Most hello world tutorials are using 'View-based application'. I cannot start to learn iPhone programming unless I find 'View-based application' in my xcode. I hope someone can help, thanks

Upvotes: 6

Views: 1762

Answers (1)

Brian Driscoll
Brian Driscoll

Reputation: 19635

View-based application is "Single View Application" in XCode 4

Navigation-based application is "Master-Detail Application"

Upvotes: 8

Related Questions