如何在Swift中的自定义键盘中启用表情符号

时间:2016-10-12 12:33:51

标签: ios swift keyboard emoji

我正在尝试制作如下的自定义键盘:

This is the Image for custom Keyboard

这是我制作的自定义键盘,但我不知道如何访问表情符号。有谁知道怎么做?

1 个答案:

答案 0 :(得分:2)

您需要转换unicode值才能在视图中显示表情符号。

lbl.text = String(format: "%C", 0xe04f)

这是对许多表情符号unicode值的引用。 http://apps.timwhitlock.info/emoji/tables/unicode