All Projects → SamuelZhaoY → ios-emojikeyboard

SamuelZhaoY / ios-emojikeyboard

Licence: MIT License
Emoji Keyboard for iOS (support sticker as well)

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to ios-emojikeyboard

rn-emoji-keyboard
Super performant, lightweight, fully customizable emoji picker 🚀
Stars: ✭ 228 (+1100%)
Mutual labels:  emoji, emoji-keyboard
emoji picker
A Flutter package that provides an Emoji Keyboard widget
Stars: ✭ 82 (+331.58%)
Mutual labels:  emoji, emoji-keyboard
EmojiKeyBoard
自定义表情键盘(支持系统表情, 图片表情),仅供参考学习~
Stars: ✭ 36 (+89.47%)
Mutual labels:  emoji, emoji-keyboard
Photoeditor
A Photo Editor library with simple, easy support for image editing using paints,text,filters,emoji and Sticker like stories.
Stars: ✭ 3,105 (+16242.11%)
Mutual labels:  emoji, stickers
EasyEmoji
Help developers to quickly realize the expression of the keyboard
Stars: ✭ 24 (+26.32%)
Mutual labels:  emoji, emoji-keyboard
Emojilog
A nice little diary for emoji logs.
Stars: ✭ 12 (-36.84%)
Mutual labels:  emoji
emoji-extractor-plus
Extract emojis from Apple font in PNG format
Stars: ✭ 42 (+121.05%)
Mutual labels:  emoji
bitsnpicas
Bits'N'Picas - Bitmap & Emoji Font Creation & Conversion Tools
Stars: ✭ 171 (+800%)
Mutual labels:  emoji
wink-sentiment
Accurate and fast sentiment scoring of phrases with #hashtags, emoticons :) & emojis 🎉
Stars: ✭ 51 (+168.42%)
Mutual labels:  emoji
printer
A fancy logger yet lightweight, and configurable. 🖨
Stars: ✭ 65 (+242.11%)
Mutual labels:  emoji
slack-emoji-for-techies
100s of Slack emoji, many tech-related
Stars: ✭ 123 (+547.37%)
Mutual labels:  emoji
Wordle2Townscaper
Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.
Stars: ✭ 64 (+236.84%)
Mutual labels:  emoji
emoji-233333
😂 2333333
Stars: ✭ 33 (+73.68%)
Mutual labels:  emoji
emoji-cz
✨ A commitizen emoji adapter.
Stars: ✭ 62 (+226.32%)
Mutual labels:  emoji
awesome-twitter-bots
A Curated Collection of the Best Twitter Bots 🤖
Stars: ✭ 99 (+421.05%)
Mutual labels:  emoji
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 36,988 (+194573.68%)
Mutual labels:  emoji
emote-manager
Emote Manager Clone in JavaScript
Stars: ✭ 28 (+47.37%)
Mutual labels:  emoji
directory-structure
📦 Print a directory tree structure in your Python code.
Stars: ✭ 40 (+110.53%)
Mutual labels:  emoji
RBitmoji
An R wrapper to the overly complicated Bitmoji API 😱
Stars: ✭ 25 (+31.58%)
Mutual labels:  emoji
StickerLayout
sticker layout,图片缩放拖动。在图片上打图标和文字标签
Stars: ✭ 15 (-21.05%)
Mutual labels:  stickers

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, [email protected]

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].