我创建了一个导航视图控制器。静态表格视图单元将我推向“个性化”视图。那么,如何以编程方式从该控制器层次结构中的另一个视图加载该视图?
使用这行代码,导航栏将被隐藏……</p>
UIViewController *vc = [sb instantiateViewControllerWithIdentifier:@"personalizationView"];
vc.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
[self presentViewController:vc animated:YES completion:NULL];