I have a game with a menu screen. The menu options are SKLabelNodes in a scene.
My settings / options screen is in a view controller which containes UIKit sliders and switches.
What's the best way to link from a label node on the main menu to the view controller for the settings?
Thanks for any ideas :)