After the recent update in xcode I seem to have lost all the template for cocoa touch and iphone templates. Under Cocoa Touch Classes in the new file dialog, I only have 3 choices:
Objective-C class
Objective-C test case class
and UIViewController subclass
where did the others go? UITableView, UInavigation etc.?
I am running xcode 3.1.3. Thanks!
Best Solution
They are now in a drop down menu in that window. It defaults to subclass of NSObject, just select the one that you want from the menu and you are good to go.