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

c# - Reactive Extensions ControlScheduler -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -

javascript - Enable/Disable form elements and changing the values of button at a time? -