UINavigationBar:How to add background image with UINavigationController?
[self.navigationBar setBackgroundImage:[UIImage imageNamed:@"yourpngfile.png"] forBarMetrics:UIBarMetricsDefault];
use this method;
carefully : self.navigationBar may use in Subclass of UINavigationController,not self.navigationController.navigationBar