isaced / ISEmojiView

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

Longpress states as iOS #5

Closed Ankish closed 6 years ago

Ankish commented 7 years ago

There are different skin tones for the same emoji's on longpress. Currently on longpress only 1 is visible , any possible updates on that ?

isaced commented 7 years ago

Yes, I am also considering adding this feature. just like system emoji keyboard of iOS 10, but now has not thought of a better implementation, I think this is a complex change, data structures, UI, versatility support.

Do you have any ideas?

isaced commented 7 years ago

It can be seen that an emoji contains 5 colors, meaning that our ISEmojiList.plist needs to contain all and group.

👏🏿 Unicode: U+1F44F U+1F3FF,UTF-8: F0 9F 91 8F F0 9F 8F BF
👏🏾 Unicode: U+1F44F U+1F3FE,UTF-8: F0 9F 91 8F F0 9F 8F BE
👏🏽 Unicode: U+1F44F U+1F3FD,UTF-8: F0 9F 91 8F F0 9F 8F BD
👏🏼 Unicode: U+1F44F U+1F3FC,UTF-8: F0 9F 91 8F F0 9F 8F BC
👏🏻 Unicode: U+1F44F U+1F3FB,UTF-8: F0 9F 91 8F F0 9F 8F BB
👏 Unicode: U+1F44F,UTF-8: F0 9F 91 8F
jeffreality commented 6 years ago

I have submitted a pull request with this feature implemented.