我在一个UIVIewController中添加了一个导航栏,在viewdidload中这样写的: UINavigationController *navController = [[UINavigationController alloc]initWithRootViewController:self]; [self.view addSubview:navController.view]; 这样可以显示出导航栏,但是self.navigationController却是空的,不知道要怎么做,才能让self.navigationController不为空