When Im finished with my SKScene is there a way to dismiss the SKScene from within my SKScene class?
If not back in my Viewcontroller where I present my SKScene
Maybe my variant will be helpful:
[[self.scene childNodeWithName:@"YourChildNodeName"] removeFromParent];