gpt4 book ai didi

ios - 动画 UIView 从左侧而不是中心增长

转载 作者:行者123 更新时间:2023-12-01 19:35:31 25 4
gpt4 key购买 nike

UIView button宽度为 44,它应该以动画方式展开到 90。目前,当动画开始时,它会将 View 重新对齐到 44 宽度的中心,然后将左侧和右侧都扩展到 90。

self.button.widthConstraint?.isActive = false
self.button.width(90)
UIView.animate(
withDuration: animationDuration,
animations: {
self.layoutIfNeeded()
}
)

如何仅从右侧为扩展设置动画?我希望左侧被固定,而右侧增加它的 x 位置。

最佳答案

设置您的约束,以便固定前导、尾随、顶部和底部 anchor ,然后为尾随约束中的更改设置动画。

关于ios - 动画 UIView 从左侧而不是中心增长,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60329343/

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