Multitouch/ ExclusiveTouch

Is there a way to set exclusivetouch at the app level. I am showing two view controller's view on the same screen. If I touch one view controller's view, then the app should allow the user to touch another view controller's view.

I think I have to iterate all the subviews in both the view controller to set exclusivetouch property. Is there any way to disable multitouch at app/window level?

Replies

>the app should allow the user to touch another view controller's view.


If you mean 'pass through', see this previous thread, specifically Bobjt's comment:


https://forums.developer.apple.com/thread/45318