Reputation: 4767
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?
Upvotes: 6
Views: 3573
Reputation: 231
If your programme unable to take input from mac keyboard then perform the following steps:
Open the simulator
Go to hardware option in Menu
Choose Keyboard> Connect Hardware Keyboard
Shortcut
command+shift+K
Upvotes: 0
Reputation: 215
In simulator menu:
Hardware -> Keyboard -> Connect Hardware Keyboard
helped me with this problem
Upvotes: 7
Reputation: 18670
This looks like a bug in the simulator.
Steps to reproduce (and fix)
I'll file a bug report with Apple now.
Upvotes: 5
Reputation: 4767
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
.
Upvotes: 5