izyumkin / MCEmojiPicker

👻 EmojiPicker. Emoji picker for iOS like on macOS. With SwiftUI support.
MIT License
287 stars 39 forks source link

visionOS support #19

Open kevinwang-oversoul opened 1 year ago

kevinwang-oversoul commented 1 year ago

Hi,

First of all, amazing package!

I've managed to make some clumsy changes so it can be used in visionOS, such as removing feedback generator, reseting UIScreen sizes, etc. However, it's not perfect, as you can see in the photo.

Could I have an updated version so that:

  1. It supports visionOS.
  2. Fully glass effect, as you can see, the banner is currently black.
  3. Adjustable emoji sizes. Currently the emojis are too small.
  4. When long tap, show skin tones. I know in iOS it's supported, but visionOS doesn't work.

Thank you so much!

Screenshot 2023-07-25 at 15 18 10
izyumkin commented 1 year ago

Hi! Thank you so much, I really appreciate it!

This is a great idea, I just wanted to try working with visionOS. I'm already downloading the latest xcode 15 beta and will try to help you.

izyumkin commented 1 year ago

Sorry buddy, I have a lot of work on my main job right now. I will try to fix everything by the end of next week🙏

kevinwang-oversoul commented 1 year ago

Hey @izyumkin, thanks for looking into it, please take your time. One more feature I would like to add is that the emoji picker can be customized to show the emojis that I pass into it, e.g. show only head emojis, not hand emojis.