Prevent Emoji Characters from Showing

前端 未结 4 1760
小蘑菇
小蘑菇 2020-12-05 10:58

I use a few special uniode chars in my app, but since iOS 5 these have been replaced with emoji characters. How can I force the unicode characters to be displayed and not th

4条回答
  •  渐次进展
    2020-12-05 11:15

    Use "Hiragino Mincho ProN" for the font. It worked for me, but unfortunately I had to change the insets to make things look correct. I had to add an inset to the top to place things as they were before the iOS update.

    All the credit goes to Kevin Ballard who answered my post in the following discussion - Unicode characters being drawn differently in iOS5

提交回复
热议问题