Hello,
I have an application with few scenes.
I need to call a specific scene's method (if it's the scene that is currently running).
I've noticed I can get the running scene by calling [[Director sharedDirector] runningScene] but how can I determine which scene is that?
Thanks,
Keren