UIView.animate - 将 .autoreverse 与其他选项一起使用

UIView.animate - using .autoreverse with other options

UIView.animate.autoReverse一起使用时,自动反转时是否保留其他选项?如果我有一个 .curveEaseOut,该选项是保留用于相反的,还是只使用默认的 .curveLinear 选项?

UIView动画块将尊重除.autoreverse之外的其他选项。您可以通过提供包含 .autoreverse 的数组来自己检查这一点,例如.curveEaseOut 作为 options.

的参数