I'm trying to set a UITextField visible or not but I can't find it in the doc. How to do it ?
I would like to use something like :
[myTextField setVisible:YES];
Thanks for your advices
I think you are looking for:
myTextField.hidden = NO;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With