[Solved] Greek letters in iOS doesn’t work [duplicate]
[ad_1] The problem is that you’re using the Greek mathematical symbols: Those come from the Supplementary Multilingual Plane, and are out of bounds; you have no font that contains them. Instead, use the Greek alphabetic symbols: Using those, I entered the start of the Greek alphabet in a Label in Interface Builder and it works … Read more