Imagine an iPhone app, which starts with an standard UIView showing some buttons and stuff. Then there is a stats button, you tap it, and the UIView slides away. Instead an OpenGL ES view comes in, and shows a nice statistics curve.
I know you can mix OpenGL ES with UIView somehow but people say it's a bad idea. Does this also apply if the whole thing is fullscreen either openGL ES || UIView?