我使用presentModalViewController. 从这里UIView我想推一个UIViewusing UINavigationController。我为此尝试了以下代码
[self.parentViewController.navigationController
pushViewController:objViewFullScreen
animated:YES];
但这对我不起作用。所以请任何人建议我如何从ModelViewController.
谢谢