Show a SplashScreenScene before to GameScene?
- by lisovaccaro
I want to add a splash screen to my game. I created a SplashScene.sks and a SplashScene.swift file. I'm trying to load my SplashScene before GameScene but I cannot manage to do it.
How should I do this?
This is what I'm trying now:
class GameViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
…