Adding a Main Menu to a Game in Xcode
Posted
by
MasenB
on Stack Overflow
See other posts from Stack Overflow
or by MasenB
Published on 2014-06-12T03:20:33Z
Indexed on
2014/06/12
3:24 UTC
Read the original article
Hit count: 186
I am about done with an Objective - C Sprite Kit Development course on Lynda, and I wanted to expand on the app the course had me make! It was made so that once I open the app, it started brick breaker, and then there are more classes for additional scenes like Game Over and Restart!
I was wondering if someone could tell me how to make a Main Menu view controller that came before the Brick Breaker screen!
Thanks, Masen
© Stack Overflow or respective owner