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

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -