Enable Button from another Button

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`.

enabled

Initialize the property of a button with `false` and set it to `true` in the action method of the different button.

Enable Button from another Button
 
 
Q