CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

HPKeyboard 1.2.0

HPKeyboard 1.2.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2016

Maintained by Huy Pham.



  • By
  • Huy

HPKeyboard is an emoji keyboard =D

  • Support switch between iOS Keyboard and emoji keyboard.
  • Updating...

Author is a crazy boy =D, he also wrote some open source HPCollectionLayout and HPTabbarController.

Version

1.2.0

Installation

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.

Usage

Import HPKeybopard header file #import "HPKeyboard.h"

...
   UITextView *_textView;
...
  // switch to emoji keyboard.
  [_textView switchToKeyboardType:HPKeyboardStandard];
...
  // switch to original keyboard.
  [_textView switchToKeyboardType:HPKeyboardDefault];

Contact

If you use/enjoy HPKeyboard, let me know!

License

HPKeyboard is available under the MIT license. See the LICENSE file for more info.