gpt4 book ai didi

ios - 以编程方式更改中心 X/Y 对齐约束的乘数

转载 作者:搜寻专家 更新时间:2023-10-30 22:59:54 25 4
gpt4 key购买 nike

如何以最简单的方式以编程方式更改乘数?

enter image description here

对于 Swift 2.0

最佳答案

所以对于Y,如果你将图像的顶部设置为等于0的常量到superView的顶部。然后输入此代码:

@IBOutlet weak var topc: NSLayoutConstraint!


let heightOfSuperview = self.view.bounds.height
topc.constant = heightOfSuperview * 0.90 // this has the same effect as multiplier

这相当于 Center.y 乘数 = 0.9:1

关于ios - 以编程方式更改中心 X/Y 对齐约束的乘数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34912068/

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