Create custom international keyboard for 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 创建自定义国际键盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为 iPhone 创建自定义国际键盘
基础教程推荐
- 在 iOS8 中无法获得正确的键盘高度值 2022-01-01
- 突出显示朗读文本(在 iPhone 的故事书类型应用程序中) 2022-01-01
- Android:STATE_SELECTED不工作 2022-01-01
- 我的 UIImageView 的任务 2022-01-01
- 在 Android 模拟器中激活网络位置提供程序? 2022-01-01
- 在 appComponent dagger 2 中动态添加测试模块? 2022-01-01
- 可可/目标C(OSX不是iOS)从子对象访问父对象 2022-01-01
- - (CGRect)convertRect:(CGRect)rect toView:(UIView *)view 如何工作 2022-01-01
- 新的@SystemApi 注解是什么意思,和@hide 有什么区别 2022-01-01
- 如何将多个组件添加到 PickerView? 2022-01-01
