创建自定义键盘并在 iPhone 上进行配置

Create custom keyboard and configure it on your iPhone(创建自定义键盘并在 iPhone 上进行配置)
本文介绍了创建自定义键盘并在 iPhone 上进行配置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我正在创建由 EMOJI 提供的自定义键盘,其中包含字符和图形图标,例如笑脸和其他日常使用的符号.到目前为止,我知道这些符号具有 unicode 标准添加到 Unicode Consortium 并获得 Apple 批准.

I am working on creating custom keyboardas presented by EMOJI with having characters and pictorial icons like smileys and other day to day used symbols.So far i came to know that these symbols have unicode standards that are added to Unicode Consortium and approved by Apple.

http://itunes.apple.com/us/app/emoji-free!/id332509635?mt=8

我需要有关注册这些符号的过程的帮助.是否有可能使键盘兼容iphone上安装的所有应用程序中的文本输入如果是这样如何继续?

I need help regarding the process these symbols are registered. Is it possible to make the keyboard compatible for text inputting in all the apps installed on iphone if so How to proceed ?.

注意:这些键盘是否被苹果批准或应用程序被拒绝......任何想法

NOTE:Are these keyboards approved by apple or apps with them gets rejected.. ...Any idea

任何帮助将不胜感激.

谢谢维卡斯·奥哈

推荐答案

Emoji 键盘是 iOS 内置的.

The Emoji keyboard is build-in in iOS.

AppStore 上现有的所有表情符号"应用程序(如无表情符号!")唯一要做的就是在系统偏好设置中激活此键盘,因为默认情况下它是隐藏的.这些应用程序不会创建和安装"键盘本身,也不会安装图标和字形(符号),笑脸也已经内置在 iOS 中.

The only thing all the "Emoji" apps existing on the AppStore (like "emoji-free!") are doing, is that they activate this keyboard in the System Preferences, because it is hidden by default. These apps don't "create and install" the keyboard itself neither do they install the icons and glyphs (symbols), the smileys are already built-in in iOS too.

例如,如果 iPhone 用户收到包含一些笑脸的短信 (SMS),他们会看到笑脸,即使他们没有安装任何Emoji-enabler"应用程序,例如Emoji-free!".

For example if an iPhone user receive a text message (SMS) containing some smileys, they do will see the smiley, even if they don't have installed any "Emoji-enabler" app like "Emoji-free!".

更准确地说,Apple 嵌入在 iPhone 字体中的 emoji 图标未获得 Unicode 标准的认可.它们位于 Unicode 的私有"平面中:它们的代码点位于一个专门为私人用途保留的范围内——就像 Apple 通过将其用于这些表情符号所做的那样——但根据定义,它是一个私有区域,这些代码点在应用程序中没有专用名称和标准化用法(与 U+0041 等专用于表示拉丁字母A"的字形的代码点相反)

To be more precise, the emoji icons that Apple embedded in the iPhone fonts are not approved by the Unicode Standard. They are located in the "private" plane of Unicode: their codepoint is in a range that is especially reserved for private uses -- like the one Apple does by using it for these emojis -- but by definition as it is a private region, there is no dedicated name and standardized usage of these codepoint accross applications (contrary to codepoints like U+0041 which is dedicated to the glyph representing the latin letter "A")

这篇关于创建自定义键盘并在 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 do I dismiss the iOS keyboard?(如何关闭 iOS 键盘?)
Is possible to simulate touch event using an external keyboard on ios jailbroken?(是否可以在 ios 越狱后使用外部键盘模拟触摸事件?)
Numeric Soft Keyboard on Android(Android 上的数字软键盘)