In iOS is there anyway to prevent a UIView containing multiple buttons (siblings) from being simultaneously from being touched? For instance, two non-overlapping buttons that are side by side can be tapped at the same time with two touches.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Set UIView.exclusiveTouch. |
|||||||||||||
|
|
on view and all subViews
EDIT: add code so other buttons ignore touch events One way to do this is to send
|
||||
|