Question

La> ila>ha illAlla>hu wah}dahu> la> shari>ka lahu, lahul mulku wa lahul h}amdu, wa huwa ‘ala> kulli shai’in nadir.
This is transliteration of ayah. The font used is Times New Arabic . After applying this font i didn't see any changes.Characters like ">" didn't disappears. any solution?

Was it helpful?

Solution

use

NSString *ayah = @"La> ila>ha illAlla>hu wah}dahu> la> shari>ka lahu, lahul mulku wa lahul h}amdu, wa huwa ‘ala> kulli shai’in kadir.";

ayah = [ayah stringByReplacingOccurrencesOfString:@">"                                     
                                       withString:@""];

ayah = [ayah stringByReplacingOccurrencesOfString:@"}"
                                       withString:@""];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top