Is it legal (or okay with Apple) to have the title of a navigation bar or a navigation item have a custom font?
EDIT:
titleView.font = [UIFont fontWithName:@"Tahoma" size:20.0];
is not working with me.
Is it legal (or okay with Apple) to have the title of a navigation bar or a navigation item have a custom font?
EDIT:
titleView.font = [UIFont fontWithName:@"Tahoma" size:20.0];
is not working with me.
Sure! There are many apps having those. The only thing they still may reject your app for is if your font isn't readable, or when it infriges someones copyright or something ...