gpt4 book ai didi

ios - 在 iOS 9.0 中以编程方式显示表情符号键盘

转载 作者:行者123 更新时间:2023-11-29 01:04:46 24 4
gpt4 key购买 nike

我有一个文本字段,我需要用户选择一个表情符号才能继续。如何默认触发表情符号键盘?

我知道有一种方法可以获取所有键盘,但我不确定如何默认选择一个键盘。

NSArray *array = [[NSUserDefaults standardUserDefaults] objectForKey:@"AppleKeyboards"];
NSLog(@"Keyboards: %@", array);
The output of all the installed international keyboards looks as follows:

Keyboards: (
"en_US@hw=US;sw=QWERTY",
"zh_Hant-HWR@sw=HWR",
"emoji@sw=Emoji"
)

我仅支持 iOS 9.0,因此我可以假设用户有表情符号键盘。

最佳答案

这可以通过子类化 UITextField 并为 textInputMode 返回正确的模式值来完成。

看到这个答案: change the keyboard layout to emoji

关于ios - 在 iOS 9.0 中以编程方式显示表情符号键盘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36541966/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com