Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My xcode4 is missing some iPhone templates

Tags:

ios

xcode4

iphone

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

like image 403
mobile app Beginner Avatar asked Nov 02 '11 15:11

mobile app Beginner


1 Answers

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

Navigation-based application is "Master-Detail Application"

like image 100
Brian Driscoll Avatar answered Sep 21 '22 11:09

Brian Driscoll