Search code examples
iosobjective-cxcode5

I can't use my physical keyboard to type in uitextfield


I can't use my physical keyboard on typing in the UITextField. so, I'm just using the virtual keyboard in the iOS Simulator.


Solution

  • This is bug in the simulator. Most of the time a quit and relaunch or a reset will works.

    From Xcode release note

    iOS Simulator sometimes stops responding to hardware keyboard. Quitting and relaunching the simulator usually corrects this. (14642684)