Giphy / giphy-ios-sdk

Home of the GIPHY SDK iOS example app, along with iOS SDK documentation, issue tracking, & release notes.
https://developers.giphy.com/
Mozilla Public License 2.0
116 stars 52 forks source link

2.2.0 #211

Closed cgmaier closed 2 years ago

cgmaier commented 2 years ago

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. giphy-emoji-santa giphy-peace-sign

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