菜鸟教程小白 发表于 2022-12-12 17:10:54

ios - 控件变得模糊并隐藏在 xcode 的 Storyboard 中


                                            <p><p>当在 Storyboard 的 ViewController 层次结构中看到并隐藏在实际 ViewController 中时,我的控件变得模糊,但是当我运行代码时,它们在模拟器和真实设备上显示良好。请帮助我如何重新激活或显示我的隐藏控件,并且它们也不会被检查员隐藏。</p>

<p>请看图片:<a href="http://i.stack.imgur.com/EzPkK.png" rel="noreferrer noopener nofollow">http://i.stack.imgur.com/EzPkK.png</a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这是因为这些 View 不是在 <strong>size 类</strong> <code>any-any</code> 中制作的。将底部的尺寸等级更改为您在设计这些 View 时最初创建的尺寸等级,它们将再次正常显示。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 控件变得模糊并隐藏在 xcode 的 Storyboard 中,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33780944/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33780944/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 控件变得模糊并隐藏在 xcode 的 Storyboard 中