UISplitViewController 弹出菜单填满屏幕,如何更改大小?

发布于 2024-12-04 20:55:01 字数 141 浏览 0 评论 0原文

我不确定我做了什么,因为这曾经工作得很好,但突然纵向的弹出菜单填满了屏幕。以前它只有 xib (320px)那么大,但现在它们覆盖了整个屏幕。 (弹出窗口中包含的表视图控制器的 xib。)

我认为我没有任何代码可以控制它。您对我应该去哪里有什么建议吗?

I'm not sure what I did, because this used to work fine, but all of a sudden the popover menus in portrait orientation are filling the screen. Previously it would only be as big as the xib (320px), but now they cover the entire screen. (The xib for the table view controller contained in the popover.)

I don't think I have any code that controls this. Do you have any suggestions as to where I should look?

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

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

发布评论

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

评论(1

谈下烟灰 2024-12-11 20:55:01

也许这会对你有所帮助:来自苹果文档:

@property(nonatomic, readwrite) CGSize contentSizeForViewInPopover

此属性包含视图控制器在弹出窗口中显示时所需的大小。默认情况下,宽度设置为 320 点,高度设置为 1100 点。您可以根据需要更改这些值。

May be this will help you: from Apple Documentation:

@property(nonatomic, readwrite) CGSize contentSizeForViewInPopover

This property contains the desired size for the view controller when it is displayed in a popover. By default, the width is set to 320 points and the height is set to 1100 points. You can change these values as needed.

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