Reputation: 1661
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:
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
Reputation: 19635
View-based application is "Single View Application" in XCode 4
Navigation-based application is "Master-Detail Application"
Upvotes: 8