Hi guys,
So i am trying to "enable" a button after the user has pressed a different button. Any Ideas??
Hi guys,
So i am trying to "enable" a button after the user has pressed a different button. Any Ideas??
All UIControls (including UIButtons) have property named `enabled`.
Initialize the property of a button with `false` and set it to `true` in the action method of the different button.