使用自动布局推送时使用隐藏按钮时,约束更新原因项目移动

时间:2018-01-11 15:07:47

标签: ios autolayout storyboard

首先,请检查问题(注意在导航推送视图中灰色带物将被移动)

enter image dauto layout here

我使用这样的故事板制作了autolayout约束:

enter image description here

要隐藏标签栏以完全显示图像(并阻止用户点击其他标签),我已hide bottom bar on push检查过:

enter image description here

但现在灰色带在视野变化时移动了。

如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

将底部限制为view.bottomAnchor,而不是BottomLayoutGuide.top。选择约束时,可以在属性检查器中执行此操作。

enter image description here