0

May sound like a stupid question, but I simply can't find the function of adding subclasses in XCode 4.3.2 anymore. I am sure, in the previous release of XCode I could choose the subclass of the view, before actually pressing the Create button in the dialog. I was not using the storyboard, when I initially created my project. Is this the issue? Thanks, René

renesteg
  • 551
  • 1
  • 9
  • 24

2 Answers2

1

File > New > Files > Cocoa Touch > Objective-C class > Next > Subclass of ...

ohho
  • 50,879
  • 75
  • 256
  • 383
0

OK, found the answer myself: File / New File / Cocoa Touch, Objective-C Class, Subclass of UITableViewController and set Option With XIB for user interface.

renesteg
  • 551
  • 1
  • 9
  • 24