在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ayushgoel/AGEmojiKeyboard开源软件地址:https://github.com/ayushgoel/AGEmojiKeyboard开源编程语言:Objective-C 85.9%开源软件介绍:AGEmojiKeyboardAn alternate keyboard for iOS that lets you display all the emojis supported by iOS. Documentation is available via CocoaDocs. Additions that need to be done:
Example ProjectTo run the example project:
InstallationVia CocoaPods
Copy the filesCopy the classes from AGEmojiKeyboard/ and resources from Resources/ to your project. Look at the Example/ folder to see how the classes are used for more detail. Usage
CGRect keyboardRect = CGRectMake(0, 0, self.view.frame.size.width, 216);
AGEmojiKeyboardView *emojiKeyboardView = [[AGEmojiKeyboardView alloc] initWithFrame:keyboardRect
dataSource:self];
emojiKeyboardView.autoresizingMask = UIViewAutoresizingFlexibleHeight;
emojiKeyboardView.delegate = self;
self.textView.inputView = emojiKeyboardView; AuthorAyush Goel, [email protected] LicenseAGEmojiKeyboard is available under the MIT license. See the LICENSE file for more info. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论