gpt4 book ai didi

ios - Swift,通话状态栏时的底部约束

转载 作者:行者123 更新时间:2023-11-28 08:31:04 25 4
gpt4 key购买 nike

我正在尝试将 View 设置为固定在底部。但是,当通话中状态栏出现时, View 会被下推。

我的约束看起来像这样:

let bottomHolder = UIView(frame: CGRect(x: 0, y: screenSize.height-100, width: screenSize.width, height: 100))
bottomHolder.backgroundColor = UIColor.blueColor()
let bottomHolderConstraint = NSLayoutConstraint(item: bottomHolder, attribute: NSLayoutAttribute.Bottom, relatedBy: NSLayoutRelation.Equal, toItem: self.view, attribute: NSLayoutAttribute.Bottom, multiplier: 1, constant: 0)
self.view.addSubview(bottomHolder)
self.view.addConstraint(bottomHolderConstraint)

最佳答案

检查您的约束。如果您对顶部布局指南有垂直间距,则转到垂直间距到 super View ( View )。如果您有底部空间到底部布局指南,则转到底部空间到 super View ( View )。 enter image description here

关于ios - Swift,通话状态栏时的底部约束,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38884129/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com