Present a UIViewController from SKScene
问题 I'm trying to present a UIViewController from a SKScene and I can't figure out how to do it. Most of what a Google search provides is how to present a share screen from a SKScene, but that is not what I'm trying to do. Just a regular View Controller that will have a button and a label (maybe a image as well). Here's my code in my Intro.m. This is not the Gameplay scene, just a intro screen with a title, play button and a remove ads button: #import "MyScene.h" #import "Intro.h" #import