change text,font and color in navigation bar

[[UINavigationBar appearance] setTitleTextAttributes: [NSDictionary dictionaryWithObjectsAndKeys:[UIColor whiteColor], NSForegroundColorAttributeName,shadow, NSShadowAttributeName, [UIFont fontWithName:@"HelveticaNeue-BoldItalic" size:40.0], NSFontAttributeName, nil]];
Previous
Next Post »