Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
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?
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?
Ok, I figured it out. I was using multiple subviews inside a parent view. One of my subviews toolbars was too close to the bottom of the visible screen area. For some reason the touches were being intercepted by the toolbar, but then they didnt work because it was out of bounds.
I just moved the closest subviews further away and now it works great.
Replies
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeI hid it in interface builder, but I just now tried unhiding it and it didn't make a difference anyway.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeI just moved the closest subviews further away and now it works great.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome