TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2015 |
Maintained by Meiwin Fu.
A simple objective-c class that encapsulates emoji-alias mapping (mapping from github/gemoji).
If you are using Cocoapods, add to your Podfile:
pod NgEmojiMap
To manually add to your projects:
NgEmojiMap.h
, NgEmojiMap.m
and NgEmojiMap.bundle
to your project.NgEmojiMap
requires ARC.
// print smiley emoji
NSLog(@"%@", [[NgEmojiMap sharedInstance] emojiForAlias:@"smiley"]);