Adding more feature for MatchGame

Hi guys, I just recently finished MatchGame and I really want to enhance the app by adding few more features. I already have a splash screen and restart the game feature working. I’m currently working on the level selection. My idea is: after the splash screen, I want to have another view controller for level selection like ease, medium, hard. I already have the view controller added to Main.storyboard ( please check the picture below ) and also a Cocoa touch class for it. However, I’m now desperate on how to set it to appear before the game like Splash Screen -> Select level -> Game because right now, after the splash screen the App going straight to the game.

Any recommendation or document would be awesome.

Thank you, guys!

In your settings for the storyboard, select “is initial view controller”

1 Like

much appreciated @MikaelaCaron !!