- Customizable emoji pack & sticker package
- Support .gif animation
- Support long press zoom in effect.
- Support vertical and horizontal screen.
- Handy way of initialization & dismiss.
-
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];
The internal auto-layout of the emoji keyboard widget depends on iOS Masonry AutoLayout Tool
iOS-EmojiKeyBoard is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "GZEmojiKeyboard"
zy.zhao, zhaoy.samuel@gmail.com
iOS-EmojiKeyBoard is available under the MIT license. See the LICENSE file for more info.