How can I add a single Game Scene from SpriteKit into a normal Single View Swift App
问题 I have built a simple trivia game using a normal Single View type of app using swift. But now, as part of an update, I want to add a more complex trivia level to the game and this level is going to be built using SpriteKit, with animations and whatnot, but I'm not sure how can I transition and show a spriteKit game scene in a simple single view swift app and then transition back to a regular view controller. I did search all around but I could not find any specific answer to this question,