cocos2d-iphone 我现在在sceneA使用pushScene函数跳转到sceneB,现在在使用popScene跳转到A,要实现什么函数才能完成回调呢?
From A to B:
[[[CCDirector sharedDirector] pushScene:[sceneB scene]]];
Pop back to A:
[[[CCDirector sharedDirector] popScene]];
Call popScene in the backToSceneA button's block or selector.
欢迎来到随意问技术百科, 这是一个面向专业开发者的IT问答网站,提供途径助开发者查找IT技术方案,解决程序bug和网站运维难题等。 温馨提示:本网站禁止用户发布与IT技术无关的、粗浅的、毫无意义的或者违法国家法规的等不合理内容,谢谢支持。