1

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

swiftBoy
  • 35,607
  • 26
  • 136
  • 135
kailash
  • 11
  • 1

1 Answers1

1

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

Dee
  • 1,887
  • 19
  • 47