NgEmojiMap

A simple objective-c class that encapsulates emoji-alias mapping (mapping from github/gemoji).


License
MIT
Install
pod try NgEmojiMap

Documentation

Build Status

NgEmojiMap

A simple objective-c class that encapsulates emoji-alias mapping (mapping from github/gemoji).

Adding to your project

If you are using CocoaPods, add to your Podfile:

pod NgEmojiMap

To manually add to your projects:

  1. Add NgEmojiMap.h, NgEmojiMap.m and NgEmojiMap.bundle to your project.

NgEmojiMap requires ARC.

Usage

// print smiley emoji
NSLog(@"%@", [[NgEmojiMap sharedInstance] emojiForAlias:@"smiley"]);