我正在使用MFMailComposeViewController发送邮件。 我有cutomise设置蓝色导航栏 但问题是它在我的模拟器和ipod 5中运行良好,但导航颜色没有在iphone 5中显示
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"Topbar.png"] forBarMetrics:UIBarMetricsDefault];
[[UINavigationBar appearance] setBackgroundColor:[UIColor whiteColor]];
[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];
[[UINavigationBar appearance] setTitleTextAttributes:
[NSDictionary dictionaryWithObjectsAndKeys:
[UIFont fontWithName:@"SinkinSans-400Regular" size:17],
NSFontAttributeName, [UIColor whiteColor],NSForegroundColorAttributeName,
[UIColor whiteColor],NSBackgroundColorAttributeName,nil]];