I have this snippet of code used in viewDidLoad of a UIViewController. I\'va no errors. Images exists. I get the background but not the image. Image is a sort of logo.
You just specify it's frame by
logoView.frame = CGRectMake(initialize frame here);
Then use the following
[self.navigationItem setTitleView:logoView];