evanhutomo
evanhutomo

Reputation: 627

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

Upvotes: 4

Views: 4691

Answers (1)

infinitetape
infinitetape

Reputation: 1399

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

Upvotes: 8

Related Questions