Skip to content

SamuelZhaoY/ios-emojikeyboard

Repository files navigation

iOS-EmojiKeyBoard

CI Status Version License Platform

Feature List

  • Customizable emoji pack & sticker package
  • Support .gif animation
  • Support long press zoom in effect.
  • Support vertical and horizontal screen.
  • Handy way of initialization & dismiss.

emojikeyboarddemo

Example

  • Setup: To run the example project, clone the repo, and run pod install from the Example directory first.

  • Display the keyboard:

GZStickerPanelControl* emoControl = [GZStickerPanelControl new];
// Bind the input
emoControl.associatedInput = self.emojiInput;
// Show emojiKeyboard
[emoControl addToView:self.view];
  • Remove the keyboard:
[emoControl dismiss];

Requirements

The internal auto-layout of the emoji keyboard widget depends on iOS Masonry AutoLayout Tool

Installation

iOS-EmojiKeyBoard is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "GZEmojiKeyboard"

Author

zy.zhao, zhaoy.samuel@gmail.com

License

iOS-EmojiKeyBoard is available under the MIT license. See the LICENSE file for more info.

About

Emoji Keyboard for iOS (support sticker as well)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published