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 ar
Swift 4 Syntax:
buttonA.isExclusiveTouch = true buttonB.isExclusiveTouch = true