gpt4 book ai didi

ios - 有没有办法在 SwiftUI 中的动画之后执行函数?

转载 作者:搜寻专家 更新时间:2023-10-31 23:05:56 25 4
gpt4 key购买 nike

在 UIKit 中你可以这样做:

UIView.animate(withDuration: TimeInterval, animations: {
//animation
}) { (Bool) in
//code which will be executed after the animation
}

SwiftUI 中是否有类似的东西,或者您能想到替代品吗?

最佳答案

此处描述了一种方法:

https://www.avanderlee.com/swiftui/withanimation-completion-callback/

该方法需要使用 AnimatableModifier 协议(protocol)的自定义实现。实现起来并非完全微不足道,但它似乎确实解决了问题。

关于ios - 有没有办法在 SwiftUI 中的动画之后执行函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57134045/

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