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
Asked
Active
Viewed 452 times
1
-
Please elaborate your question...thx – Mitesh Khatri Mar 01 '11 at 13:14
1 Answers
1
Set UITextField as the firstresponder
after the touch happen's. It may solve your issue.

Dee
- 1,887
- 19
- 47