I'm having what appears to be a simple problem. I declare a navigation controller but the navigation bar that comes up is not displayed at the top of the page.
I declare the navigation controller like so...
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:setupViewController];
[self.view addSubview:navController.view];
Any ideas?