EmojiPicker
EmojiPicker copied to clipboard
This library to show a popover to select emoji for iOS
Hey @levantAJ 👋 thanks for the great lib! I was wondering how you sourced the existing emojis in the database? I see that you not only have an array of...
emojiPickerVC is not a UIPopoverPresentationController. So I'm getting an error at `emojiPickerVC.sourceView = view` and `emojiPickerVC.sourceRect = targetView.frame` . Am I doing something wrong or is this a bug?
A nice enhancement would be adding a keyword search field at the top. Perhaps just search the official name for the emoji, or add some key terms. I could see...
This is a great looking library. I'm on the hunt for a library that would allow me to offer custom emojis. If you look at the Slack UI for selecting...
Hi. Thanks for your picker. I've used it in my project, but found some malfunction on some use cases. Here are my changes.