为 iPhone 创建自定义国际键盘

Create custom international keyboard for iPhone(为 iPhone 创建自定义国际键盘)
本文介绍了为 iPhone 创建自定义国际键盘的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

是否可以利用 iPhone 的国际键盘功能并创建可在整个手机上使用的自定义键盘,而不仅仅是在特定应用程序中使用?

Is it possible to take advantage of the international keyboard feature for the iPhone and create a custom keyboard that can be used over the entire phone not just within a particular app?

类似于 Emoji 键盘,但我的印象是它在某种程度上是 iOS 原生的,并且默认情况下只是被禁用?

Similar to the Emoji keyboard but I'm under the impression that's somehow native to iOS and is just disabled by default?

我已经看了很多关于这个的问题,我只是想得到一个明确的答案.

I've looked at a lot of the questions on here regarding this, I'd just like to get a definitive answer.

推荐答案

根据 Apple 的提交指南:

  • 2.5 使用非公开 API 的应用将被拒绝
  • 2.6 在指定容器区域外读写数据的应用将被拒绝

没有用于添加额外键盘的公共 API.

There are no public APIs to add an additional keyboard.

存储键盘数据的文件肯定存储在应用容器之外.

The files that store keyboard data are definitely stored outside of your app's container.

简而言之:目前无法在未越狱的 iOS 设备上实现自定义全局键盘.

In short: There is no way to implement a custom global keyboard on a non-jailbroken iOS device at this point in time.

这篇关于为 iPhone 创建自定义国际键盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

No resource found that matches the given name: attr #39;android:keyboardNavigationCluster#39;. when updating to Support Library 26.0.0(找不到与给定名称匹配的资源:attr android:keyboardNavigationCluster.更新到支持库 26.0.0 时) - IT屋-程序员软
How to resize UITextView on iOS when a keyboard appears?(出现键盘时如何在iOS上调整UITextView的大小?)
How to reliably detect if an external keyboard is connected on iOS 9?(如何可靠地检测 iOS 9 上是否连接了外部键盘?)
How to mimic Keyboard animation on iOS 7 to add quot;Donequot; button to numeric keyboard?(如何在 iOS 7 上模拟键盘动画以添加“完成数字键盘的按钮?)
How do I dismiss the iOS keyboard?(如何关闭 iOS 键盘?)
Is possible to simulate touch event using an external keyboard on ios jailbroken?(是否可以在 ios 越狱后使用外部键盘模拟触摸事件?)