Emoticonizer

Converts a given string with common chat smileys like :) to emoji symbols.


License
NTP-0
Install
pod try Emoticonizer

Documentation

Emoticonizer

Converts a given string with common chat smileys like :) to emoji symbols.

Installation

To use the Emoticonizer class just import it:

#import "NSString+Emoticonizer.h"

and call:

NSString *myString = [NSString emoticonizedString:@"Hello :D"];

or

NSString *myString = @"Hi! :)";
NSString *myOtherString = [myString emoticonizedString];

License

This Project is released under the Creative Commons 3.0 unported license: http://creativecommons.org/licenses/by/3.0/