jeudi 26 mars 2015

Custom font not Showing

enter image description hereI want to add custom font in my application . I am adding in my project. and then adding in .plist file. i am adding plist


and my code is



UIFont *CiutadellaBold = [UIFont fontWithName:@"Light up the World with accented characters" size:90.0f];
// Do any additional setup after loading the view, typically from a nib.
[label setFont:CiutadellaBold];
label.text =@"hello";


But they shown my text in custom font. Please help




Aucun commentaire:

Enregistrer un commentaire