How do I go from SKScene to UIViewController by code?
All I want if for when the user touches a skspritenode in the skscene, it will go to a different view like performseguewithidentifier . Thanks for any help. I can post code, but it seems like a generic question so I figured that you wouldn't need any. By the way, I already figured out how to detect the tapping the skspritenode. I have been looking at this for a long time and I am stumped. Please help. You cannot present a viewController from within a SKScene as it is actually only being rendered on a SKView. You need a way to send a message to the SKView's viewController, which in turn will