gpt4 book ai didi

ios - 在代码中更改纵横比值

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

我在像这样滚动时使用高度限制来更改 ImageView 高度:

  UIView.animate(withDuration: 0.4, animations:{
self.homeimage.image = UIImage(named: "smalllogo")
self.homeimgheight.constant = 116
self.view.layoutIfNeeded()

})

现在我想在 imageview 中添加纵横比并在滚动时做同样的事情...只需添加纵横比..图像只会改变但高度将保持不变..

如何在代码中更改纵横比???

最佳答案

就这样解决了:

self.homeimage.heightAnchor.constraint(equalTo: self.homeimage.widthAnchor, multiplier: 1.0/3.23).isActive = true

希望这对以后的任何人都有帮助:)

关于ios - 在代码中更改纵横比值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51797148/

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