Reputation: 57
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
Upvotes: 5
Views: 1176
Reputation: 3975
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
.
Upvotes: 7