A simple objective-c class that encapsulates emoji-alias mapping (mapping from github/gemoji).
If you are using CocoaPods, add to your Podfile:
pod NgEmojiMapTo manually add to your projects:
- Add
NgEmojiMap.h,NgEmojiMap.mandNgEmojiMap.bundleto your project.
NgEmojiMap requires ARC.
// print smiley emoji
NSLog(@"%@", [[NgEmojiMap sharedInstance] emojiForAlias:@"smiley"]);