iOS xcode textField 点击后虚拟键盘没有弹出的问题

我的是xcode7.2版本,点击textField后虚拟键盘没有弹出,提示:
Can't find keyplane that supports type 4 for keyboard iPhone-Portrait-NumberPad; using 3876877096_Portrait_iPhone-Simple-Pad_Default

解决方法:
这个可能是xcode模拟器的bug,如果键盘不出来的话,可以通过模拟器菜单Hardware->Keyboard->Toggle Software Keyboard手动激活键盘。

如果是retina的屏幕,新手注意往下滚动看看,有可能虚拟键盘出来了,但是在下面没有看见。

你可能感兴趣的:(iOS xcode textField 点击后虚拟键盘没有弹出的问题)