如何在 iPhone 中的 uinavigationcontroller 上添加覆盖导航栏的视图?

发布于 2024-11-24 21:39:11 字数 70 浏览 1 评论 0原文

我有一个基于导航的应用程序。我想添加覆盖整个屏幕的图像。如果我将它添加到推送视图控制器的顶部,它将不会覆盖导航栏。怎么解决呢?

I have a navigation based application. I want to add an image covering the entire screen. If i add it on top of a pushed view controller it won't cover the navigation bar. How to solve it?.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

土豪 2024-12-01 21:39:11

您应该能够只使用 [selfpresentModalViewController:animated:]; 因此,将您的 UIImage 包装到 UIViewController 中并呈现它。它将全屏显示。

You should be able to just use [self presentModalViewController: animated:]; So wrapp your UIImage into a UIViewController and present it. It will display it in full screen.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文