Make pre-scaling off by default
This commit is contained in:
parent
b3f560f190
commit
d9c474d553
|
@ -33,8 +33,8 @@ public class AnimatableImageView: UIImageView {
|
||||||
/// The size of the frame cache.
|
/// The size of the frame cache.
|
||||||
public var framePreloadCount = 50
|
public var framePreloadCount = 50
|
||||||
|
|
||||||
/// Specifies whether the GIF frames should be pre-scaled to save memory. Default is **true**.
|
/// Specifies whether the GIF frames should be pre-scaled to save memory. Default is **false**.
|
||||||
public var needsPrescaling = true
|
public var needsPrescaling = false
|
||||||
|
|
||||||
/// A computed property that returns whether the image view is animating.
|
/// A computed property that returns whether the image view is animating.
|
||||||
public var isAnimatingGIF: Bool {
|
public var isAnimatingGIF: Bool {
|
||||||
|
|
Loading…
Reference in New Issue