问题 Prior to the release of iOS 13, I had had some CATransform3D code inside a UIView.animate block. In iOS 12, the result of the transformation animation looked like this: https://youtu.be/mfIzjjlKOBM. In iOS 13, the same transformation code now gives this result: https://youtu.be/hQdyGactIfA. As you can see in iOS 13 the animation is no longer a fluid cube movement like it is in iOS 12. Here's my basic code: UIView.animate(withDuration: duration, delay: 0, options: .curveEaseOut, animations: {