开发者

how to keyboard on after clicking in textfield

开发者 https://www.devze.com 2023-02-14 06:06 出处:网络
i Have a UITextField and a TableView When I click on textField then Tableview appear with popover controller and Keyboard is hidden automatically so 开发者_如何学运维i dont want to hide Keyboard after

i Have a UITextField and a TableView When I click on textField then Tableview appear with popover controller and Keyboard is hidden automatically so 开发者_如何学运维i dont want to hide Keyboard after cliked on textfield How can i do this , I want to perform Two task when i click on textfield. keyboard should not hidden


Set UITextField as the firstresponder after the touch happen's. It may solve your issue.

0

精彩评论

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