Stopping several buttons from being pressed
Holding down each button in my interface triggers an IBAction event which loops until the button is released.
I don't want other buttons to be able to be pressed while a button is being held down.
So how do I block interface interaction until a button is released?
|