Quote:
Originally Posted by neigaard
Should I make a view based application with some UIViewController and use interface builder for the menues, and OpenGL ES for the game screen?
|
I would do that one. OpenGL for the performance, regular views for the interface. You probably don't want to re-invent buttons, alerts, lists, and controls in OpenGL.