Make pre-scaling off by default

This commit is contained in:
Reda Lemeden 2016-09-25 11:18:01 +02:00
parent b3f560f190
commit d9c474d553
1 changed files with 2 additions and 2 deletions

View File

@ -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 {