标签: iphone uinavigationcontroller
我有一个基于导航的应用程序。我想添加一个覆盖整个屏幕的图像。如果我将它添加到推动视图控制器的顶部,它将不会覆盖导航栏。怎么解决?
答案 0 :(得分:2)
你应该能够使用[self presentModalViewController: animated:];所以将你的UIImage包裹成UIViewController并呈现它。它将以全屏显示。
[self presentModalViewController: animated:];
UIViewController