Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 596 Bytes

Migration_1.1.x_to_1.2.x.md

File metadata and controls

12 lines (8 loc) · 596 Bytes

Migration

from 1.1.x to 1.2.x

  • Fix the warning messages

Animation API was changed:

  • startAnimating was renamed to startRotationAnimation;
  • stopAnimating was renamed to stopRotation;
  • startAnimating(rotationTime: CFTimeInterval = 5.000, fullRotationCountInRotationTime: CGFloat = 7000) was deprecated, use startContinuousRotationAnimation(with: speed) instead;
  • startAnimating(indefiniteRotationTimeInSeconds: Int, finishIndex: Int, _ completion: ((Bool) -> Void)?) was deprecated, use startRotationAnimation(finishIndex:continuousRotationTime:completion:) instead;