Quote:
Originally Posted by Yza
Hi!
for disabling status bar I use the same method
[application setStatusBarHidden:YES animated:NO];
but ?!? Is your touchesBegan working properly in area of this hidden status bar ?
http://www.iphonedevsdk.com/forum/vi....php?f=7&t=827
I started this thread day ago, but no one answer me 
|
I've had the same issue for awhile now and haven't been able to resolve it yet.
As a side note, using [application setStatusBarHidden:YES animated:NO]; will disabled the status bar once your app fully loads. If you edit the info.plist file and add a line as a boolean variable "UIStatusBarHidden" and checkmark it.... the statusbar will be hidden from the get-go (i.e. hidden while default.png displays - before your app is fully loaded)
If anyone can solve this issue with the 20 pixel wide/tall (depending on the view orientation) area under the status bar not being touchable, you'll make my month!
-Toryn