how to keyboard on after clicking in textfield

455 views Asked by At

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

1

There are 1 answers

0
Dee On

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