touch - iphone uitabbar not touchable -


im having little problem, cough, big problem uitabbar + uitabbarcontroller + interface builder + old ios 4.3 layout.

i cannot select tabbaritem touching "bottom" area, on image bellow. (sorry couldn't post image here)

http://imageshack.us/photo/my-images/547/9fnj.png/

i've checked whether else above it, there nothing =(

could guys give me hand?

thank you!!

edit 1: think i've got post image the problem http://img547.imageshack.us/img547/8529/9fnj.png

i've solved myself.

apparently window frame conflict x interface builder.

well, solution was:

window.frame = [uiscreen mainscreen].bounds; //in applicationdidfinishlaunching 

thank guys anyway!


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -