CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Sep 2016 |
Maintained by Huy Pham.
HPKeyboard is an emoji keyboard =D
Author is a crazy boy =D, he also wrote some open source HPCollectionLayout and HPTabbarController.
1.2.0
With CocoaPods. (CocoaPods is a dependency manager for Objective-C.)
platform :ios, '6.0'
pod "HPKeyboard", "~> 1.0.0"Or copy over the Classes folder to your project folder.
Import HPKeybopard header file
#import "HPKeyboard.h"
...
UITextView *_textView;
...
// switch to emoji keyboard.
[_textView switchToKeyboardType:HPKeyboardStandard];
...
// switch to original keyboard.
[_textView switchToKeyboardType:HPKeyboardDefault];If you use/enjoy HPKeyboard, let me know!
HPKeyboard is available under the MIT license. See the LICENSE file for more info.