菜鸟教程小白 发表于 2022-12-12 11:42:28

ios - 使用自动布局将 UIButtons 设置为相等的距离


                                            <p><p>我的问题是我找不到一种方法来设置 3 个 UIButtons 彼此之间的距离相等,并且 2 个外部按钮与左侧和右侧的距离相同。 </p>

<p>这基本上是一个包含 3 个按钮的下拉 View ,并且 x 定位的约束都需要以某种方式相互关联。</p>

<p>我缺少自动布局中的什么概念?</p>

<p> <a href="/image/rxtzB.png" rel="noreferrer noopener nofollow"><img src="/image/rxtzB.png" alt="enter image description here"/></a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>Autolayout 不支持此功能。 </p>

<p>幸运的是,有一个聪明的方法可以做到这一点。在按钮之间插入透明的 <code>UIView</code>。将这些 <code>UIView</code> 的宽度标记为彼此相等。现在它们将在彼此之间占据相等的空间。</p>

<p>这就是它的外观。 <a href="/image/QvujT.png" rel="noreferrer noopener nofollow"><img src="/image/QvujT.png" alt="Portrait."/></a>
<a href="/image/7c6CM.png" rel="noreferrer noopener nofollow"><img src="/image/7c6CM.png" alt="enter image description here"/></a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 使用自动布局将 UIButtons 设置为相等的距离,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/38137111/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/38137111/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 使用自动布局将 UIButtons 设置为相等的距离