
if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 5.0) { [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"NavigationBarBackground.png"] forBarMetrics:UIBarMetricsDefault]; }
if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 5.0) { [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"NavigationBarBackground.png"] forBarMetrics:UIBarMetricsDefault]; }
遇见资源网 objective-c ios5兼容navigationBar背景问题 http://www.ox520.com/15093.html