Can regular views set the exclusiveTouch property for iOS?
Application type: mobile
Titanium SDK 3.x
Platform: iOS 6.x
Device: iOS Simulator, iPhone 4S, 5
Host Operating System: OSX
For example, a window which contains multiple views with listeners for click events should only respond to the first one clicked, but the user is allowed to click on as many items with as many fingers as they have.
It should be noted that using native UI components such as Buttons and TableViewRows prevent this from occurring, but that is not always practical for every screen layout.
I can't find exclusiveTouch in the Documentation, setting it on a regular view does nothing.