isaced / ISEmojiView

Emoji Keyboard for iOS
MIT License
522 stars 119 forks source link

as your source you have add popup when click on emoji.I want to add it popup when i click on any key of my custom keyboard. Can you help me in this ? #77

Open Ronik1653 opened 6 months ago

isaced commented 6 months ago

You can try using the internal EmojiPopView.swift, which may require some code changes to meet your requirements.

Ronik1653 commented 6 months ago

in EmojiPopView.swift file you have use LongGesture as i want, modify that gesture to TapGesture but after modifing your code, it is not working. Can you guide me in pop view using TapGesture in your code ?