Reputation: 2652
Are there any Cocoa APIs that I can call to get Emoji and their names? Is there a reference online with all the Emoji in their names in a plist? Are there any Cocoa libraries available for listing Emoji?
Upvotes: 1
Views: 420
Reputation: 1490
Take a look at the following project.
It has some classes where all emoji are classified by type.
Here is the URL:
https://github.com/limejelly/Emoji
Upvotes: 1