Question

I want to implement the back button functionality in the sprite kit. Is there a way to dismiss the view.? It may sound stupid but I am new to sprite kit. Help me!!

Was it helpful?

Solution

If you are asking how to change scene between SKScenes try to use:

[self.view presentScene:SceneThatYouWantShow];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top