I have an UIButton
and UISwitch
. A user could touch both with one finger each at the same time and release - triggering 2 separate TouchUpInside
@IBAction
s.
How can I tell a control that it's touches must be exclusive, without creating a subclass?