Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cardoso
Created July 18, 2020 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cardoso/3b1b61de4fc4351597f6d7fef7199f63 to your computer and use it in GitHub Desktop.
Save cardoso/3b1b61de4fc4351597f6d7fef7199f63 to your computer and use it in GitHub Desktop.
textView.attributedText = NSAttributedString(string:
"""
:banana_dance: Streamoji :party_parrot:
:baby_yoda: This is a UITextView! :excuse_me:
Supports:
GIF :this_is_fine:
Image :what:
Local file :homer_disappear:
Remote file :let_me_in:
Unicode :smiley:
"""
)
textView.configureEmojis(exampleEmojis, rendering: .highestQuality)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment