self.detailsViewController=[[UIStoryboard storyboardWithName:@"Main" bundle:nil]instantiateViewControllerWithIdentifier:@"DetailViewController"];
    [self.navigationController pushViewController:self.detailsViewController animated:YES];这是我的代码;下面是跳转之后的效果,我的self.navigationController.navigationBar并没有改变,求解释,要怎么修改。求指点。