I am pushing a new scene & then poping back to the previous one, now I want to know whenever I come back because I need to reset a few things.
I was wondering is there a viewWillAppear equivalent of UIKit in Cocos-2D to check this scene is about to appear or something.
You can use the
onEnterTransitionDidFinishcallback to achieve this. You can find the documentation here: cocos2d 1.0 API