Has anyone run into this problem?
I have 2 ViewControllers, one in portrait mode & the other Landscape mode. The Statusbar.hidden = NO.
When I switch views, the status bar rotates correctly to landscape mode.
The problem is that I have a button on the left side of the landscape view that the touch doesn't seem to get captured where the status bar used to be displayed in the Portrait mode.
i.e y < 20 pixels does not trigger the button touch.
I've seen other postings, but all of them have the statusbar.hidden = YES and I need to display the statusbar. I'm seeing this problem in both the Simulator and on the iPhone device.
Any suggestions?
Thanks.
I have 2 ViewControllers, one in portrait mode & the other Landscape mode. The Statusbar.hidden = NO.
When I switch views, the status bar rotates correctly to landscape mode.
The problem is that I have a button on the left side of the landscape view that the touch doesn't seem to get captured where the status bar used to be displayed in the Portrait mode.
i.e y < 20 pixels does not trigger the button touch.
I've seen other postings, but all of them have the statusbar.hidden = YES and I need to display the statusbar. I'm seeing this problem in both the Simulator and on the iPhone device.
Any suggestions?
Thanks.