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?
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.