Quote:
Originally Posted by Negativi
@jsd
Didnt work here. When I change my game controller to "iTennisViewController", wich is the real name of the game controller, I get an error: error: 'iTennisViewController' undeclared (first use in this function). And when i change my class controller to my menu view controller, it loads, but when i click on the play button, it closes the iPhone Simulator.
|
did you remember to put
Code:
#import "iTennisViewController.h"
at the top of your menu view controller's .m file?