i can't seen to receive the CGPoint coordinates within the first 20 pixels of the Y coordinate, where the status bar should be.
i've used UIStatusBarHidden:YES in the property list, and have selected "none" for status bar of the window and resized the view, but it's just not registering. it's as if the status bar is still there, albeit hidden, and not allowing core graphics to access that space.
i've attached the project. click and drag to the top of the screen and you'll see the Y coordinate will stop at 21, as well as not give any feedback if clicking within the top space.
is this normal?
is there no explanation for this? perhaps an oversights on my part?
i've used UIStatusBarHidden:YES in the property list, and have selected "none" for status bar of the window and resized the view, but it's just not registering. it's as if the status bar is still there, albeit hidden, and not allowing core graphics to access that space.
i've attached the project. click and drag to the top of the screen and you'll see the Y coordinate will stop at 21, as well as not give any feedback if clicking within the top space.
is this normal?
is there no explanation for this? perhaps an oversights on my part?