开发者

Hiding UITextField then Show them after a button is pressed

开发者 https://www.devze.com 2023-01-31 11:36 出处:网络
I want to hide UITextFields until a button is pressed. [Button] (empty space) [ButtonSelected] UITextField

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

0

精彩评论

暂无评论...
验证码 换一张
取 消