From d9c474d553e43f50838bfd5fd09053600c06214c Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Sun, 25 Sep 2016 11:18:01 +0200 Subject: [PATCH] Make pre-scaling off by default --- Source/AnimatableImageView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/AnimatableImageView.swift b/Source/AnimatableImageView.swift index 0168f77..1151c56 100644 --- a/Source/AnimatableImageView.swift +++ b/Source/AnimatableImageView.swift @@ -33,8 +33,8 @@ public class AnimatableImageView: UIImageView { /// The size of the frame cache. public var framePreloadCount = 50 - /// Specifies whether the GIF frames should be pre-scaled to save memory. Default is **true**. - public var needsPrescaling = true + /// Specifies whether the GIF frames should be pre-scaled to save memory. Default is **false**. + public var needsPrescaling = false /// A computed property that returns whether the image view is animating. public var isAnimatingGIF: Bool {