Hi there!
I'm working in an OpenGL project. Just when the application is loaded I hide the status bar, and once this is done I play an introduction video using the MPMediaPlayer, but once the video is played the status bar is being shown again... The problem is that my video function is in the EAGLView class, and the status bar is controlled through the GameAppDelegate, which contains the EAGLView class... Any idea of how can I do this?
Thanks in advance!