Tagged Questions
0
votes
3answers
191 views
addChild with effects, such as Tweener OR transitions
Is it possible to use addChild with tweener or transitions, I mean not only bring the child to the stage, but at the same time make this animated?
especially in this type of code:
var background=new ...
0
votes
2answers
4k views
addChildViewController and remove it
In my project's main ViewController, once users of the app click the "Start" button, I add the next view to the screen:
UIViewController *nextController = [[GamePlayViewController alloc] ...