Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Cocoa Touch Application" Template from Xcode 3.1.1

Just installed the latest SDK for iPhone 2.1. When I go to File -> New Project in Xcode, under the iPhone OS Application selection, I don't see a template icon for "Cocoa Touch Application". Am I missing something? Anything else I need to download other than the iPhone SDK? If not, how do I add it to the "iPhone OS Application" templates?

like image 605
Mac Avatar asked Sep 21 '08 18:09

Mac


2 Answers

OK, after some more digging, I found several posts which seem to indicate that the template names have been changed (from the apple support site). So the problem is not with our templates, it is with the video tutorials - they have not been updated. Here is the template mapping between old and new, best I can tell:

Cocoa Touch OpenGL Application -> OpenGL ES Application

Cocoa Touch Tab Bar -> Tab Bar Application

Cocoa Touch Utility -> Utility Application

Cocoa Touch Application -> Window-based Application / View based application

Cocoa Touch List -> Navigation based Application

like image 151
SCady Avatar answered Oct 04 '22 17:10

SCady


All the templates (under iPhone) are Cocoa based.

The difference between them is basically how you set up the main View and the navigational controls that are installed by default.

like image 42
Martin York Avatar answered Oct 04 '22 15:10

Martin York