My problem is that I have an image with width = 44 and height = 44. This method didn’t work properly.
[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"image_44.png"] forBarMetrics:UIBarMetricsDefault];
How do I add an UIImage to center of an UINavigationBar?
Try this: