I have an images that display in my app scaled to fill the whole screen, but the grey top bar with the carrier/time/signal strength indicators cuts of the top of the image. how do I prevent this bar from appearing?
Just as a reminder, you have to consider if you care about whether any of your code happens as the touch happens or as the touch finishes.
Judging by what you said, I'm guessing it doesn't really matter. But if you play around with your mouse cursor or your iphone and some buttons, you'll find that most things get trigger on "mouseUP" or when touches end, as opposed to begin.