I try to import my own font to a project and i'm stuck. I do my research and found this but As of iOS 3.2, this functionality is built in. If you need to support pre-3.2, you can still use this solution. and I create app for iOS 5.0.
I'm try to use fontWithName:size:
and docs said that The fully specified name of the font. This name incorporates both the font family name and the specific style information for the font. So I Put there my display name.
cell.textLabel.font = [UIFont fontWithName:@"Sansation-Light" size:10.0];
But it doesn't work. Where do i have store this font? In my project? is that correct name? My font name is: Sansation_Light.ttf