gpt4 book ai didi

iphone - 如何找到CAKeyframeAnimation之间的对象的坐标?

转载 作者:行者123 更新时间:2023-11-29 05:04:54 24 4
gpt4 key购买 nike

目前,我正在使用 CAKeyframeAnimation 沿着路径移动 png 图像 30 秒。有什么办法可以找到动画之间的 imageview 坐标吗? (比如说动画的第 15 秒)

最佳答案

检查 imageview 图层中的presentationLayer - 它包含有关动画期间图层当前状态的所有信息。例如您可以通过以下方式获取当前图像中心坐标:

CALayer *presLayer = [imageView.layer presentationLayer];
CGPoint currentCenter = presLayer.center;

关于iphone - 如何找到CAKeyframeAnimation之间的对象的坐标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5806372/

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