I am having problems with properly displaying background image of navigation view. Here is the pic:
UIImage *image = [UIImage imageNamed: @"navigator.png"];
[_homeNavigationController.navigationBar setBackgroundImage:image forBarMetrics:UIBarMetricsDefault];