i'm trying to se an image for the background of the navigation bar, and i'm doing this like i do in iOS6:
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"Navbar.png"] forBarMetrics:UIBarMetricsDefault];
this is the image:
and this is the result when i run:
on iOS 6 works perfect, instead on iOS 7 have that problem...