iPhone 操作系统自定义键盘
我读过很多关于为 iOS 开发自定义键盘的主题,很明显,不可能构建一个系统范围的替代键盘。
但我仍然尝试了解表情符号键盘(表情符号附加层)如何使其成为可能,并且它是 AppStore 上的官方应用程序(这意味着它通过了 Apple 批准!)。
请注意,安装后,可以将其键盘添加到“设置”的“键盘”部分!
感谢您的帮助
I've read a lot of topics about developing a custom keyboard for iOS and it's clear that it is impossible to build a system-wide alternative keyboard.
But I still try to understand how Emoji keyboard(the emoticons additional layer) could make it possible and it is an official app on AppStore (that means it passes Apple approval!).
Note that their keyboard, once installed, can be added in Keyboard section in Settings!
Thanks for help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
表情符号应用程序启用 iOS 内置的默认禁用键盘。如果我没记错的话,它在某些地区(日本)默认启用,但在大多数地方禁用。所以他们并没有添加新的键盘,只是展示了已经存在的键盘。
编辑:...他们是这样做的
Emoji apps enable a by-default-disabled keyboard built into iOS. If I recall correctly, it's enabled by default in certain regions (Japan) but disabled in most places. So they aren't adding a new keyboard, just revealing one that's already there.
edit: ... and here's how they do it
表情符号图标存储在 unicode 的私人使用区域中。它们在 iPhone/iPad 之外的其他设备上看起来不会有任何好看,这是 Apple 特有的。
该应用程序只是为了启用键盘。您可以自己完成:制作表情符号启用应用。
看看 iPhone 表情符号的真相,这对整个主题有一些启发。
The Emoji Icons are a stored in the private use area of unicode. They won't look any good on a different device than an iPhone/iPad, this is Apple specific.
The app is just to enable the keyboard. You can do it yourself: Making An Emoji Enabeling App.
Have a look at The truth about iPhone Emoji, which sheds some light on the whole topic.