Hey,
ich habe gerade folgendes Tutorial machen wollen.
Add your font file (for example, Chalkduster.ttf) to Resources folder of the project in XCode.
Open info.plist and add a new key called UIAppFonts. The type of this key should be array.
Add your custom font name to this array including extension ("Chalkduster.ttf").
Now you can use [UIFont fontWithName:@"Chalkduster" size:16] in your application.
Leider hat das bei mir nicht funktioniert.
Liegt das vlt. an Storyboard und iOS5?
ich habe gerade folgendes Tutorial machen wollen.
Add your font file (for example, Chalkduster.ttf) to Resources folder of the project in XCode.
Open info.plist and add a new key called UIAppFonts. The type of this key should be array.
Add your custom font name to this array including extension ("Chalkduster.ttf").
Now you can use [UIFont fontWithName:@"Chalkduster" size:16] in your application.
Leider hat das bei mir nicht funktioniert.
Liegt das vlt. an Storyboard und iOS5?