App Opening to Blank Black Screen
问题 I am making an app that embeds a navigationcontroller into a tabbarcontroller. Now when I open the app I am getting just a blank black screen. Here is my code PDCFirstViewController *viewController1 = [[PDCFirstViewController alloc] initWithNibName:@"PDCFirstViewController" bundle:nil]; PDCSecondViewController *viewController2 = [[PDCSecondViewController alloc] initWithNibName:@"PDCSecondViewController" bundle:nil]; ViewController *viewController3 = [[ViewController alloc] initWithNibName:@