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

Popular posts from this blog

python - rpy2 import is not working -

javascript - How to get MySQL query result returned using $.ajax -

javascript - How to use the code plugin with popcornjs -