izyumkin / MCEmojiPicker

👻 EmojiPicker. Emoji picker for iOS like on macOS. With SwiftUI support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkinTonePickerView

noelle007 opened this issue · comments

Hi! Thanks for creating this EmojiPicker!

I implemented it in my project. It works great, except for the SkinTonePickerView. See attached Screenshot. I checked the view hierarchy, i did see the view was added on top but it was just transparent. The pickerview is triggered from action in UIContextMenu and presented as a pageSheet. And I have the sourceView as pickerview like vc.sourceView = vc.view. Any idea what I missed?

Thanks a lot!

IMG_9498

Hi! Thank you for using this library, glad to help.

Wow, it's a cool idea to add pageSheet presentation style support. Perhaps I'll add this function.

I managed to achieve the same result as in your screenshot. Fixed the problem and sent a new version of the library to the release, you can test it again. I'm sure it will help you.

The AppsUsing section has also been added to the README file, I would be glad to see your application there!

🙌 It worked!! Thank you so much!