菜鸟教程小白 发表于 2022-12-13 09:34:38

ios - 缩进 UITableViewCell 中的所有自动布局约束


                                            <p><p>我有一个自定义的 <code>UITableViewCell</code>,我已经在 Interface Builder 中布局并添加了必要的约束。</p>

<p>我的单元格的内容 View 总是填满整个单元格,但我注意到内容 View 的所有 subview 都插入了 8 个点。约束的常数均为 0。我已将 View 的 layoutMargins 设置为 UIEdgeInsetsZero。 iOS 8 中是否有一些我忘记的默认行为?</p>

<p>提前致谢。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>按照步骤进行</p>

<p>点击该约束>右侧导航器>点击(第一项或第二项)>您可以看到“相对于边距”选项已打开。只需取消选中该选项,您就会得到正确的位置。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 缩进 UITableViewCell 中的所有自动布局约束,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/26351940/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/26351940/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 缩进 UITableViewCell 中的所有自动布局约束