gpt4 book ai didi

ios7 - 是否可以在 iOS 7 自定义过渡中为约束设置动画

转载 作者:行者123 更新时间:2023-12-04 16:10:02 24 4
gpt4 key购买 nike

我在示例中似乎只能找到使用变换或正在修改框架。我错过了什么明显的东西吗?目前其他动画(淡入淡出)都工作正常,但约束保持锁定在位置。

一个快速的代码片段:

[[customViewController view] layoutIfNeeded];
[UIView animateWithDuration:2 animations:^{

[[customViewController constraintToAnimate] setConstant:1024];
[[customViewController view] layoutIfNeeded];

} completion:^(BOOL finished) {
[transitionContext completeTransition:YES];
}];

最佳答案

您需要调用layoutIfNeeded[[customViewController view] superview]

关于ios7 - 是否可以在 iOS 7 自定义过渡中为约束设置动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22395064/

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