iOS 7 Navigationbar background image issue
问题 I am using Image as Navigation bar background Image. To set Image I used following code: [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"nav_logo_ios7.png"] forBarMetrics:UIBarMetricsDefault]; For iOS7 "nav_logo_ios7.png" image size is 768x64 and for iOS6 and bellow I used image has size 768x44. This is working well on all UIViewControllers . In same project I am using UIActivityViewController . On iOS7 mail compose view look like this: How I can handle this? Thanks in