UIView not handling touches
Posted
by Biranchi
on Stack Overflow
See other posts from Stack Overflow
or by Biranchi
Published on 2010-05-13T04:02:57Z
Indexed on
2010/05/13
4:14 UTC
Read the original article
Hit count: 151
Hi All,
I have set my status bar hidden in my Application. [application setStatusBarHidden:YES];
I have added an UIView on the window as a subview at 0,0,320,40. But I am not able to get touches on my View ?
What is the problem ???
Thanks
© Stack Overflow or respective owner