Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

[iPhone]A zone which user can't interact, why?

Plese refer to below image to get detail of my problem:

alt text

This maybe relate to Status bar???

*Note: this is a full-screen application. My way to do this:
1. add "Status bar is initially hidden" information property to xxx-Info.plist.
2. In all screen of app: set "Status Bar" to none.

like image 374
hungbm06 Avatar asked Nov 06 '22 17:11

hungbm06


2 Answers

You are likely loading a nib with your control set to 320x460, instead of 320x480. Post how you are generating this view and we can help more.

like image 93
Alex Wayne Avatar answered Nov 12 '22 16:11

Alex Wayne


Is this happening on the device or just in the simulator?

The simulator has/had bugs that stop it reporting touches in the status bar area.

like image 30
Rhythmic Fistman Avatar answered Nov 12 '22 16:11

Rhythmic Fistman