AppController alternative for Cocos2d 3.0 -
Here is my cocos 2D 2.0 call. What is the alternative for this in Cocos2d 3.0
AppController * app = (AppController *) [[UIApplication shared application] representative]; [[App Navitrolter] Present Model Vuii Controller: Animated Visual Controller Animated: Yes]; In Cocos2d 3.0, use CCAppDelegate instead of AppController:
CCAppDelegate * app = (CCAppDelegate *) [[UIApplication shared application] representative]; [[App Navitrolter] Present Model Vuii Controller: Animated Visual Controller Animated: Yes];
Comments
Post a Comment