tags:

views:

20

answers:

1

hi, if in my view there are buttons and UITextfields and i want to create a condition that whenever ,i click on any button at that time other UIButton and UITextfield will be disable.

How Can i do that???????

+3  A: 

Start by reading the documentation. The mentioned functionality is very clearly defined for UIButton, UITextField and their super classes.

The property you are looking for is called enabled

nduplessis