-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flags are not showing. #3
Comments
I'll need to look into this, what version of Swift are you using? |
Swift 3.0 |
Flags work fine on my side, using:
Twemoji flags even work without modifications to filenames. Could you tell me step-by-step how I'd be able to reproduce your issue? It might be an easy fix. |
Tomorrow, I will provide step by step implementation, what I have implemented so far. Till then, can you send me demo? if you have created one? Or otherwise that is fine. |
You can test the functionality by using the example app provided in the repo. I've mainly run the project through the |
There is Problem in generating charCode from imageCode i.e. "1f1e8-1f1f3" in view controller didSelectItemAt of collection view. Steps: at this point need some other solution for parsing image name to charter code. |
@narvindsingh, could you elaborate slightly? Do you mean that flags are converted but as regional indicator symbols and not as complete flags? Or that all characters with modifiers fail to convert? |
Sure i'll elaborate, No not like that in that character code in generate for the unicode "1f1e8-1f1f3". this fine but if you press any flag in that charcode is not generated that why unicode also is not generated. In that problem is "1f1e8-1f1f3" there is 2 image name 1f1e8 and 1f1f3 that can't be parse this is problem . |
What do you mean by that Unicode is not generated?
The framework takes care of this. As long as two regional indicator symbols immediately follow each other, the framework replaces that sequence with the image named "1f1xx-1f1xx". Just try the example app, it works exactly as it should there. |
Country Flags emojis are not supporting.
I am using https://github.com/twitter/twemoji image set.
The text was updated successfully, but these errors were encountered: