how do I set an image to be a background of a Navigation controller, like the view, not the bar.
[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"background.jpg"] forBarMetrics:UIBarMetricsDefault];
I tried using that to set it, and even went as far as to change the property to UIViewControllers, but after that. it just spits errors.