UITouch UIWebview make active if disabled
I have 4 UIviews (not overlapping), one active, and 开发者_JAVA百科3 not enabled. I want to set one of the 3 non-enabled views to active by a touch, I thought touchesBegan: but it doesn't work. any ideas? will this work with uiwebviews as well?
I'm not quite sure what you mean by active, but you should have no problem using touchesBegan to enable one UIView and disable another. Could you post some code?
精彩评论