标签: ios swift core-animation
我正在使用此代码来旋转图像
UIView.animate(withDuration: 2.0, animations: { self.myImageView.transform = CGAffineTransform(rotationAngle: (180.0 * CGFloat(Double.pi)) / 180.0) })
图像旋转但没有任何动画。你对这个问题有所了解吗?