检查 View 是在 Popover 中显示还是全屏显示

发布于 2025-01-06 22:01:14 字数 154 浏览 1 评论 0原文

有什么方法可以检查 ViewController 内部是否显示在弹出窗口或全屏中?

我试图获取并比较

self.view.frame.size.width

,但有时它不能正常工作,我希望有更好的解决方案 谢谢!

Is there any way to check inside ViewController if it is shown in popover or in full-screen?

I tried to get and compare

self.view.frame.size.width

but sometimes it doesn't work properly, I hope there is better solution
Thanks!

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

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

发布评论

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

评论(1

腻橙味 2025-01-13 22:01:14

您可以在视图中实现以下委托(用于弹出窗口),并检查是否为弹出窗口或视图调用此委托。我想应该是一个解决办法。

- (CGSize)contentSizeForViewInPopoverView ;

You can implement the below delegate(for popover) in your view and check if this is getting called for a popover or a view. Should be a work around I guess.

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