标签: swift animation
你好我使用这段代码来获得弧度旋转
let zKeyPath = "layer.presentationLayer.transform.rotation.z" let imageRotation = (self.myUIImageView.valueForKeyPath(zKeyPath) as? NSNumber)?.floatValue ?? 0.0
但是在子视图旋转时我没有获得当前的弧度。我只获得动画的开始或结束