In the root table view controller I add a subview that holds an image: [self.navigationController.navigationBar addSubview:imageView];
I\'d like an image to take up all of a navigation bar.This is the navigation that comes with a navigation based app.It appears on the RootViewController with the accompanying UITableView.I\'ve seen so