Hey folks,
I am currently developing an app where I have kind of a main view with lots of subviews. Now I have two specific subviews and I want only one of them to be "touchable" at once. So both should be able to response to a touch event but it should not be able that both respond simultaneously. Since I have other subview which should be able to touch at the same time I cannot use the multitouch or exclusiveTouch property. Any ideas on this? Maybe I could kind of group both view to a single-touch area.
Thanks in advance