in App delegate
[[UINavigationBar appearance] setTitleTextAttributes:
[NSDictionary dictionaryWithObjectsAndKeys:
[UIColor blueColor], UITextAttributeTextColor,
[UIColor greenColor], UITextAttributeTextShadowColor,
[NSValue valueWithUIOffset:UIOffsetMake(-3, 3)], UITextAttributeTextShadowOffset,
[UIFont fontWithName:@"Futura-CondensedMedium" size:20.0], UITextAttributeFont,
nil]];
No comments:
Post a Comment