Sfoglia il codice sorgente

Merge pull request #708 from joerocca/master

Fixed typo on line 211
Wei Wang 8 anni fa
parent
commit
4f5d8d4362
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Sources/AnimatedImageView.swift

+ 1 - 1
Sources/AnimatedImageView.swift

@@ -208,7 +208,7 @@ class Animator {
     fileprivate var timeSinceLastFrameChange: TimeInterval = 0.0
     fileprivate var needsPrescaling = true
     
-    /// Loop count of animatd image.
+    /// Loop count of animated image.
     private var loopCount = 0
     
     var currentFrame: UIImage? {