コードの下のボタンをクリックすると呼び出されますが、私のweeklyReviewViewController.xibはロードされていませんが、アプリケーションは最初のView Controllerにログアウトしています。
if(buttonIndex == 0){
NSLog(@"0");
[self.viewController initWithNibName:@"WeeklyReviewViewController" bundle:nil];
navcnt = [[UINavigationController alloc] initWithRootViewController:self.viewController];
NSLog(@"navigation controller %@",navcnt);
notificationCounter = YES;
self.window.rootViewController = navcnt;
}