Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is UIViewController subclass in xcode 4.6

Sorry if my question looks noob, im new in objective c programming. Im using 4.6 xcode, and when i started to make new built in tab project, then I started to add new UIViewController subclass file, i cant find it. If the template is changed, which template that can provide 3 file (.h, .m, .xib) same with UIViewController. Answer will be appreciate. thanks

like image 469
evanhutomo Avatar asked Feb 17 '23 12:02

evanhutomo


1 Answers

Choose the Objective-C class template from the Cocoa Touch section. On the next page, select or type UIViewController in the "Subclass Of" field. Make sure "With XIB for user interface" is checked.

enter image description here

like image 200
infinitetape Avatar answered Mar 05 '23 21:03

infinitetape