ios - 我的自定义键盘中的 Apple 表情符号键盘
<p><p>如何从我的自定义键盘调用 Apple 的 Emoji 键盘?</p>
<p> <a href="/image/u1k3H.png" rel="noreferrer noopener nofollow"><img src="/image/u1k3H.png" alt="Apple's emoji keyboard button example"/></a> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>很遗憾,你不能。您唯一能做的(并且必须做才能获得 Apple 的批准)就是调用 <a href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIInputViewController_Class/index.html#//apple_ref/occ/instm/UIInputViewController/advanceToNextInputMode" rel="noreferrer noopener nofollow">advanceToNextInputMode</a>。 .</p>
<blockquote>
<p>To ask the system to switch to another keyboard, call the
advanceToNextInputMode method of the UIInputViewController class. The
system picks the appropriate “next” keyboard; there is no API to
obtain a list of enabled keyboards or for picking a particular
keyboard to switch to.</p>
</blockquote>
<p>来自 <a href="https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/Keyboard.html#//apple_ref/doc/uid/TP40014214-CH16-SW1" rel="noreferrer noopener nofollow">Providing a Way to Switch to Another Keyboard</a> 部分.</p>
<p>但是,您可以创建一个按钮,将键盘的布局/键更改为表情符号样式</p></p>
<p style="font-size: 20px;">关于ios - 我的自定义键盘中的 Apple 表情符号键盘,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/34182069/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/34182069/
</a>
</p>
页:
[1]