ios - UILabel doesn't show some Emoji on device -


when use uilabel, need show emoji expression. 😀, has 2 different kind of unicode.u+1f600and e415, sb-unicode. if latter 1 , assign uilabel's text, won't show on device. show on simulator. how can solve it?


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -