SkillAgentSearch skills...

HPKeyboard

Emoji keyboard =D

Install / Use

/learn @huyphams/HPKeyboard
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated8y ago
Forks2

Languages

Objective-C

Security Score

70/100

Audited on Mar 27, 2018

No findings