From 41f6185043ec5d5d1f13caa4a78ecf27aaa7f50d Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Fri, 12 Dec 2014 22:49:15 +0100 Subject: [PATCH] Increase verbosity --- Source/AnimatedImage.swift | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Source/AnimatedImage.swift b/Source/AnimatedImage.swift index a2b9b73..9171b7a 100755 --- a/Source/AnimatedImage.swift +++ b/Source/AnimatedImage.swift @@ -72,12 +72,16 @@ public class AnimatedImage: UIImage { let numberOfFrames = Int(CGImageSourceGetCount(imageSource)) animatedFrames.reserveCapacity(numberOfFrames) - (animatedFrames, totalDuration) = reduce(0..