Hiding UITextField then Show them after a button is pressed
I want to hide UITextFields until a button is pressed.
[Button]
(empty space)
[ButtonSelected]
UITextField UITextField UITextField UITextField
tha开发者_如何学运维nks!!
You would set the UITextField hidden property (inherited from UIView) to YES when you want it hidden ..... and to NO when you want to display it
精彩评论