Question

I have 4 UIviews (not overlapping), one active, and 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?

Was it helpful?

Solution

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top