{"id":13849206,"url":"https://github.com/ayushgoel/AGEmojiKeyboard","last_synced_at":"2025-07-12T16:30:55.748Z","repository":{"id":8488557,"uuid":"10093845","full_name":"ayushgoel/AGEmojiKeyboard","owner":"ayushgoel","description":"Emoji Keyboard for iOS","archived":false,"fork":false,"pushed_at":"2018-11-26T13:29:58.000Z","size":438,"stargazers_count":692,"open_issues_count":3,"forks_count":175,"subscribers_count":33,"default_branch":"master","last_synced_at":"2024-11-12T17:46:22.710Z","etag":null,"topics":["cocoapods","emoji","ios","keyboard","mit-license","objective-c"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayushgoel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-16T04:44:41.000Z","updated_at":"2024-08-12T19:22:24.000Z","dependencies_parsed_at":"2022-08-25T19:51:02.903Z","dependency_job_id":null,"html_url":"https://github.com/ayushgoel/AGEmojiKeyboard","commit_stats":null,"previous_names":["ayushgoel/ios-emoji-keyboard"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushgoel%2FAGEmojiKeyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushgoel%2FAGEmojiKeyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushgoel%2FAGEmojiKeyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayushgoel%2FAGEmojiKeyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayushgoel","download_url":"https://codeload.github.com/ayushgoel/AGEmojiKeyboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225829364,"owners_count":17530663,"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":["cocoapods","emoji","ios","keyboard","mit-license","objective-c"],"created_at":"2024-08-04T19:01:10.639Z","updated_at":"2024-11-22T01:30:39.312Z","avatar_url":"https://github.com/ayushgoel.png","language":"Objective-C","funding_links":[],"categories":["Objective-C"],"sub_categories":[],"readme":"AGEmojiKeyboard\n==================\n\n[![Version](https://img.shields.io/cocoapods/v/AGEmojiKeyboard.svg)](http://cocoapods.org/pods/AGEmojiKeyboard)\n[![License](https://img.shields.io/cocoapods/l/AGEmojiKeyboard.svg)][CocoaDocsDocset]\n[![Platform](https://img.shields.io/cocoapods/p/AGEmojiKeyboard.svg)][CocoaDocsDocset]\n\nAn alternate keyboard for iOS that lets you display all the emojis supported by iOS.\nDocumentation is available via [CocoaDocs][CocoaDocsDocset].\n\nAdditions that need to be done:\n\n1. Stickers\n2. Custom emojis (different font)\n\n## Example Project\n\nTo run the example project:\n\n1. Clone the repo to a local folder.\n2. Run `pod install` from the [Example][Example] directory.\n3. Open `AGEmojiKeyboardSample.xcworkspace` placed in [Example][Example] folder.\n4. Run.\n\n-\n\n![Example Preview](ExamplePreview.png)\n\n## Installation\n\n### Via CocoaPods\n\n`AGEmojiKeyboard` is available through [CocoaPods](http://cocoapods.org), to install\nit simply add the following line to your Podfile:\n\n    pod \"AGEmojiKeyboard\"\n\n### Copy the files\n\nCopy the classes from [AGEmojiKeyboard/][AGEmojiKeyboard] and resources from [Resources/][Resources] to your project. Look at the [Example/][Example] folder to see how the classes are used for more detail.\n\n## Usage\n\n1. Use your own `ViewController` (optionally) to conform to [AGEmojiKeyboardViewDataSource][AGEmojiKeyboardViewDataSource] \nand [AGEmojiKeyboardViewDelegate][AGEmojiKeyboardViewDelegate] protocol.\n2. Create an instance of [AGEmojiKeyboardView][AGEmojiKeyboardView] and set it as your `textView`'s `inputView`.\n\n```objective-c\n  CGRect keyboardRect = CGRectMake(0, 0, self.view.frame.size.width, 216);\n  AGEmojiKeyboardView *emojiKeyboardView = [[AGEmojiKeyboardView alloc] initWithFrame:keyboardRect\n                                                                           dataSource:self];\n  emojiKeyboardView.autoresizingMask = UIViewAutoresizingFlexibleHeight;\n  emojiKeyboardView.delegate = self;\n  self.textView.inputView = emojiKeyboardView;\n```\n\n## Author\n\nAyush Goel, ayushgoel111@gmail.com\n\n## License\n\nAGEmojiKeyboard is available under the MIT license. See the [LICENSE][LICENSE] file for more info.\n\n[Example]: Example/\n[AGEmojiKeyboard]: AGEmojiKeyboard/\n[Resources]: Resources/\n[AGEmojiKeyboardViewDataSource]: http://cocoadocs.org/docsets/AGEmojiKeyboard/0.2.0/Protocols/AGEmojiKeyboardViewDataSource.html\n[AGEmojiKeyboardViewDelegate]: http://cocoadocs.org/docsets/AGEmojiKeyboard/0.2.0/Protocols/AGEmojiKeyboardViewDelegate.html\n[LICENSE]: LICENSE\n[CocoaDocsDocset]: http://cocoadocs.org/docsets/AGEmojiKeyboard/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushgoel%2FAGEmojiKeyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayushgoel%2FAGEmojiKeyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushgoel%2FAGEmojiKeyboard/lists"}