E erdinc27 macrumors regular Original poster Jul 20, 2011 168 1 May 18, 2017 #1 I develop a messaging part in an application. The problem I am facing is, I can't send emoji or display incoming emoji in an UILabel. Is there anyone who can do that?
I develop a messaging part in an application. The problem I am facing is, I can't send emoji or display incoming emoji in an UILabel. Is there anyone who can do that?
PhoneyDeveloper macrumors 68040 Sep 2, 2008 3,114 93 May 18, 2017 #2 label.text = "" What did you try? See http://www.unicode.org/emoji/charts/full-emoji-list.html https://en.wikipedia.org/wiki/Emoji You may need to specify a font of "AppleColorEmoji" and you might need to use an attributed string that uses that font.
label.text = "" What did you try? See http://www.unicode.org/emoji/charts/full-emoji-list.html https://en.wikipedia.org/wiki/Emoji You may need to specify a font of "AppleColorEmoji" and you might need to use an attributed string that uses that font.