Bottom 20 pixels wont detect touch events.
I dont know why, but the very bottom edge of my touch screen refuses to respond to any touch events. Its only about 20 pixels worth. I cant push buttons, scroll a scrollview, or anything. This happens in both the actual device and the simulator. Everything in that area seems to display normally, and I can see it just fine. Every other part of my screen works correctly.
I suspect this has something to do with the status bar at the top. I left it in on purpose, and all of the uiviews that I am using are 460 pixels in length. I have looked around the net a while and cant find any help for this problem.
What would cause this sort of problem? Any tips on how to fix it?
|