objective c - Turkish currency symbol not drawn in iOS 6 -
i trying display turkish currency symbol (turkish lira sign) in ios app. using unicode "\u20ba". working fine in ios 7 ios 6 symbol not displayed , seeing square box beingness drawn. issue here?
i drawing symbol on cell below code:
nsstring *aformattedprice = [mydict stringforkey:@"formattedprice"]; acell.detailtextlabel.text = aformattedprice;
when set nslog on aformattedprice, prints correctly on console cell detailed text label not able render properly.
ios objective-c cocoa-touch unicode
No comments:
Post a Comment