None of the above suggestions solved my problem. Mine was this:
Add:
window.rootViewController = navigationController;
after:
[window addSubview:navigationController.view];
in my appdelegate's
- (void)applicationDidFinishLaunching:(UIApplication *)application {