I have an iPhone app that hides the status bar. However, my main view doesn\'t get any touch events when I tap in the status bar area. Is there something I can do to fix t
Found my own answer (of sorts):
This behavior only happens in the iPhone Simulator. When I run the application on an actual iPhone, it works fine.
I'd still be interested to know if there is a way to make it work on the simulator.
I haven't had this problem, but then again, I'm not using OpenGL views. When you launch in Landscape mode, are you setting the StatusBarHidden property of the appropriate ViewController?
It's a bug in the Simulator. It's working fine on iPhone. Check http://gtekna.com/?p=140