{"id":1999,"url":"https://github.com/diy/nsstringemojize","last_synced_at":"2025-08-02T05:33:30.604Z","repository":{"id":6676490,"uuid":"7921383","full_name":"diy/NSStringEmojize","owner":"diy","description":"A category on NSString to convert Emoji Cheat Sheet codes to their equivalent Unicode characters","archived":false,"fork":false,"pushed_at":"2017-06-14T20:08:35.000Z","size":263,"stargazers_count":637,"open_issues_count":8,"forks_count":78,"subscribers_count":39,"default_branch":"master","last_synced_at":"2024-12-01T22:36:56.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-30T18:57:29.000Z","updated_at":"2024-04-15T19:01:05.000Z","dependencies_parsed_at":"2022-07-19T22:48:23.191Z","dependency_job_id":null,"html_url":"https://github.com/diy/NSStringEmojize","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diy%2FNSStringEmojize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diy%2FNSStringEmojize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diy%2FNSStringEmojize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diy%2FNSStringEmojize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diy","download_url":"https://codeload.github.com/diy/NSStringEmojize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228443850,"owners_count":17920798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-05T20:16:00.876Z","updated_at":"2024-12-06T09:30:50.127Z","avatar_url":"https://github.com/diy.png","language":"Objective-C","funding_links":[],"categories":["UI","Text"],"sub_categories":["Layout","Other free courses","Other Testing","Keychain"],"readme":"## NSString+Emojize\n#### A category on NSString to turn codes from [Emoji Cheat Sheet](http://www.emoji-cheat-sheet.com/) into Unicode emoji characters.\n\n## Getting Started\n\nIn order to use NSString+Emojize, you'll want to add the entirety of the `NSString+Emojize` directory to your project. To get started, simply:\n\n```objective-c\n#import \"NSString+Emojize.h\"\n```\n\n```objective-c\nNSString *emojiString = @\"This comment has an emoji :mushroom:\";\nNSLog(@\"%@\", [emojiString emojizedString]);\n```\n\n---\n\n## Methods\n```objective-c\n- (NSString *)emojizedString;\n+ (NSString *)emojizedStringWithString:(NSString *)aString;\n```\n\n---\n\n## iOS Support\nNSString+Emojize is tested on iOS 5 and up. Older versions of iOS may work but are not currently supported.\n\n## ARC\nNSString+Emojize uses ARC. If you are including NSString+Emojize in a project that **does not** use [Automatic Reference Counting (ARC)](http://developer.apple.com/library/ios/#releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html), you will need to set the `-fobjc-arc` compiler flag on all of the NSString+Emojize source files. To do this in Xcode, go to your active target and select the \"Build Phases\" tab. Now select all NSString+Emojize source files, press Enter, insert `-fobjc-arc` and then \"Done\" to enable ARC for NSString+Emojize.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiy%2Fnsstringemojize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiy%2Fnsstringemojize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiy%2Fnsstringemojize/lists"}