This release improves the experience for the GIPHY emoji tab by enabling users to browse and select variations for a given emoji, such as alternative skin tones. This is a feature standardized by a number of popular platforms and is now possible in the GIPHY SDK.
If you already have the emoji content type included in your integration, no additional code is necessary on your end to adopt this new feature.
Add the .emojiGPHContentType to your integration like so:
giphyViewController.mediaTypeConfig = [.stickers, .emoji]
or
giphyGridController.content = GPHContent.emoji
If you have any ideas for how we could further better the GIPHY emoji experience for your users, let us know here.
This release also includes a number of minor bug fixes and code cleanup.
Emoji Drawer
This release improves the experience for the GIPHY emoji tab by enabling users to browse and select variations for a given emoji, such as alternative skin tones. This is a feature standardized by a number of popular platforms and is now possible in the GIPHY SDK.
If you already have the emoji content type included in your integration, no additional code is necessary on your end to adopt this new feature.
Add the
.emoji
GPHContentType
to your integration like so:giphyViewController.mediaTypeConfig = [.stickers, .emoji]
orgiphyGridController.content = GPHContent.emoji
If you have any ideas for how we could further better the GIPHY emoji experience for your users, let us know here.This release also includes a number of minor bug fixes and code cleanup.