gpt4 book ai didi

ios - 带偏移的 PureLayout 中心

转载 作者:行者123 更新时间:2023-11-28 06:39:54 25 4
gpt4 key购买 nike

我一直在尝试将以下 UIView 居中放置在手机绝对中心上方 70 像素处。我想使用 PureLayout,这样当我在 iPad 上使用分屏或旋转屏幕时约束就会改变。这是我当前的代码:

self.checkBall.frame.origin.x = self.view.bounds.width/2 - self.checkBall.frame.width/2 + 70
self.checkBall.frame.origin.y = self.view.bounds.height/2 - self.checkBall.frame.height/2 - 70

最佳答案

您正在使用 PureLayout 吗?

self.checkBall.autoAlignAxis(.vertical, toSameAxisOf: self.view)
self.checkBall.autoAlignAxis(.horizontal, toSameAxisOf: self.view, withOffset: -70.0)

关于ios - 带偏移的 PureLayout 中心,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38213788/

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