Xcode 6: Keyboard does not show up in simulator

The keyboard does not show up when I run the simulator and click in the UITextView. How do I re-enable the keyboard?

It used to work but now it doesn't - I don't know what I might have clicked by accident... any tips would be appreciated!


I had the same issue. My solution was as follows:

  • iOS Simulator -> Hardware -> Keyboard
  • Uncheck "Connect Hardware Keyboard"
  • Mine was checked because I was using my mac keyboard, but if you make sure it is unchecked the iPhone keyboard will always come up.


    While testing in the ios8 beta simulator, you may toggle between the "software keyboard" and "hardware keyboard" with ⌘+K .

    UPDATE : Since iOS Simulator 8.0, the shortcut is ⇧+⌘+K .


    Simulator -> Hardware -> Keyboard -> Toggle Software Keyboard should solve this problem.

    模拟器 - >硬件 - >键盘 - >切换软件键盘

    链接地址: http://www.djcxy.com/p/74386.html

    上一篇: 滚动视图上子视图的不必要的反弹

    下一篇: Xcode 6:键盘不会显示在模拟器中