Xcode6 launch, when we use it to edit the project, we found that it is not the same as the previous version of the simulator, click on the input box, the first simulator keyboard will appear, but later click the input box, the keyboard will not come out.
This is because the emulator keyboard setting in Xcode6 is not the same as the previous version. The previous version of the emulator keyboard and computer keyboard can be used, but the Xcode6 simulator keyboard can only use one, that is, either the simulator keyboard, or the computer keyboard.
Sometimes we need to debug the height of the input box, prevent it from being obscured by the keyboard, or test the listening keyboard event, so you will need to use the keyboard in many cases. So how do you set it up as a simulator keyboard?
Very simple: Shortcut key switch keyboard type: Shift + Command + K
Xcode6 Simulator IOS8 keyboard out of question