Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UITextField in iOS7 simulator do not take any input from mac keyboard

UITextField suddenly do not take any input from mac keyboard, However I am able to use the virtual keyboard coming up on UIView on iOS7.0 simulator.

Has any one resolved this issue before?

like image 648
thatzprem Avatar asked Oct 05 '13 10:10

thatzprem


2 Answers

In simulator menu:

Hardware -> Keyboard -> Connect Hardware Keyboard

helped me with this problem

like image 130
Jakub Vodak Avatar answered Oct 04 '22 06:10

Jakub Vodak


I reset the iOSSimulator, its contents and settings and quit and relaunched the iOS-simulator. it worked.

This exactly happened when I updated the code from SVN.

I guess its always a good practice to clean the code, relaunch the simulator when ever updating the source code from SVN especially with Xcode5.

like image 40
thatzprem Avatar answered Oct 04 '22 05:10

thatzprem