What’s the best way to handle multiple SKScenes?

Having a Single View Controller and Multiple Scenes You could use single view controller (which is actually a default state of SpriteKit game template) and have multiple scenes. So you will have GameViewController and LandingScene, GameScene and possible some other scenes, like LevelSelect scene or something like that. In GameViewController, you initialize your scene for … Read more