Skip to content

huyphams/HPKeyboard

Repository files navigation

HPKeyboard

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.1.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.