Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why cant I see the 'UIViewController subclass' under Cocoa touch for ios/macos?

I'm a newbie, and plainly started with a sample code from the book 'Beginning-iOS-5-Games-Development'. Everything seems quite straight-forward, but i cant see the UIViewController subclass under the Cocoa touch for both ios/macos... Would this have anything to do with the fact that the example is trying to work with Universal device type. My Xcode version is 4.3.2, and im trying out ios5...

thanks for your help..

user

like image 940
user1314186 Avatar asked Apr 05 '12 01:04

user1314186


1 Answers

You have to select Objective-C class, then click Next. On the next screen, you can specify that the class you are making is a subclass of UIViewController.

like image 129
neilvillareal Avatar answered Oct 06 '22 00:10

neilvillareal