菜鸟教程小白 发表于 2022-12-12 17:27:45

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


                                            <p><p>我不确定我做了什么,因为这曾经可以正常工作,但是突然纵向的弹出菜单填满了屏幕。以前它只有 xib (320px) 一样大,但现在它们覆盖了整个屏幕。 (弹出框中包含的表格 ViewController 的 xib。)</p>

<p>我认为我没有任何代码可以控制它。你对我应该在哪里看有什么建议吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这可能会对您有所帮助:来自 Apple 文档:</p>

<pre><code>@property(nonatomic, readwrite) CGSize contentSizeForViewInPopover
</code></pre>

<blockquote>
<p>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.</p>
</blockquote></p>
                                   
                                                <p style="font-size: 20px;">关于ios - UISplitViewController 弹出菜单填满屏幕,如何改变大小?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/7421459/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/7421459/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - UISplitViewController 弹出菜单填满屏幕,如何改变大小?