This is how I set the background image UINavigationController navigationBar.
[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"navbar.png"] forBarMetrics:UIBarMetricsDefault];
[self.navigationController.navigationBar setTintColor:LIGHTBROWN];
navbar.pngamounts to 320x44and respectively 640x88for navbar@2x.png.
source
share