NgEmojiMap 1.1

NgEmojiMap 1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2015

Maintained by Meiwin Fu.



  • By
  • Meiwin Fu

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"]);