Tagged Questions
5
votes
1answer
516 views
How can I manage my ViewControllers in my game?
I'm building a very simple iOS game that doesn't require any fancy OpenGL; I'd like to stick with Core Graphics & Core Animation. I'd like to make this a fullscreen game, and my question is of ...
6
votes
1answer
233 views
What's the proper way to organize ViewControllers and XIB?
I am developing a very simple iPhone game with this view hierarchy:
Main Menu View
└> New Game View
| └> Player vs Computer Game View
| | └> Pause View
| | └> End ...