无法启用iOS8自定义键盘

我正在尝试为iOS 8设计自定义键盘.以下是我的开发步骤:

1. Created new project (Single view)
2. Created a new target: File > New > Target, and in the iOS template group chose the Custom Keyboard template.

然后我尝试根据文档步骤启用键盘,它们是:

1. Run the app
2. In iOS Simulator, press home button (Command+Shift+H)
3. Go to Settings > General > Keyboard > Keyboards.
4. Tap Add New Keyboard.
5. In the Purchased Keyboards group, tap the name of your new keyboard. A modal view appears with a switch to enable your keyboard.
6. Tap the switch to enable your keyboard. A warning alert appears.
7. In the warning alert, tap Add Keyboard to finish enabling your new keyboard. Then tap Done.

我的问题是在第5步.模态视图没有显示激活键盘的开关,它显示一个像博洛的空视图:

我点击了完成按钮,它在激活列表中显示我的自定义键盘:

但是当我想要使用这个键盘时,例如在聚光灯下,它不会显示我的键盘

最佳答案 单击完成按钮将激活键盘.这些菜单中有一些明确的错误.

要更改键盘,您还可以尝试点击按钮来更改键盘,而不是像在最后一个屏幕截图中那样按住键盘.

此外,看起来您将该键盘设置为波斯语,我的猜测是它不会出现,因为您的系统语言不是波斯语(或者您输入的文本字段不支持波斯语).

如果模拟器中还有其他错误会影响这一点,我不会感到惊讶.我很高兴听到你能够让它运转起来.

点赞