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???????
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???????
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