I update xcode 6.2 to 7 and add :
self.window.rootViewController = [UIViewController new];
in AppDelegate.m
- (BOOL)applic
You are wrong at adding navigation controller: replace:
[self.window addSubview:navController.view];
with
self.window.rootViewController = navController;