菜鸟教程小白 发表于 2022-12-13 01:32:16

ios - 使 UIView 适合屏幕


                                            <p><p>我想为应用程序添加纵向。有没有办法将 UIView(在 xib 中创建)缩小或适合屏幕?</p>

<p>我在 xib 文件中有横向大小的 View ,现在想将它们设置为与使用 Interface Builder 拉伸(stretch)(中心 block )相反的位置。</p>

<p> <img src="/image/GXqKr.png" alt="enter image description here"/> </p>

<p>或者这在代码中是可能的吗? </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在代码中,可以使用<code>self.myView.frame = self.view.bounds;</code>。要做到这一点,<code>self.myView.autoresizingMask = UIViewAutoresizingStretchableWidth | UIViewAutoresizingStretchableHeight;</code></p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 使 UIView 适合屏幕,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/15374051/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/15374051/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 使 UIView 适合屏幕