本文介绍了限制view.bottom到superview.bottom不bottomLayoutGuide在故事板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在界面生成器,只给了我限制我的子视图的底部布局的引导,而不是上海华的选项。因为我有时用控制器在一个容器控制器设置一个孩子的控制器,我真的要约束到上海华底部,而不是底部布局指南。

In interface builder it only gives me the option of constraining my sub view to the bottom layout guide, not the superview. Because I am sometimes using the controller as a child controller in a container controller setup, I really want to constraint to the superview bottom, not the bottom layout guide.

推荐答案

选择您的TableView并转到编辑 - >引脚。结果
从那里,你有4个选项,以针为上海华:

Select your TableView and go to Editor -> Pin.
From there you have 4 options to pin to superview:


  • 空格,以便上海华

  • 尾随空格到上海华

  • 顶层空间,以上海华

  • 底部空间为上海华

这正常工作。唯一的缺点是,你必须手动进行穿针,因为没有可用的快捷键。

This works as expected. The only downside is that you have to perform the pinning manually, as there are no shortcuts available.

这篇关于限制view.bottom到superview.bottom不bottomLayoutGuide在故事板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 19:24