/EmojiConstants

An exhaustive list of Emoji's represented as Swift string constants.

Primary LanguageSwiftMIT LicenseMIT

EmojiConstants

Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

EmojiConstants is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "EmojiConstants"

Using Emoji's

Import the EmojiConstants file: import EmojiConstants

Then start using Emoji's!

var cryingString: String = Emoji.cryingFace
var catFace: String = Emoji.wearyCatFace

This was created using this code generator as part of a Sunday morning hack. There are a few large ranges of emoji hexadecimal values that would crash while being generated, so they have been omitted.

Author

Skye Freeman, skyefreeman@icloud.com

License

EmojiConstants is available under the MIT license. See the LICENSE file for more info.