Browse Source

Expose animated image data

Logan Shire 4 năm trước cách đây
mục cha
commit
0d387e4ca4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Sources/Image/Image.swift

+ 1 - 1
Sources/Image/Image.swift

@@ -47,7 +47,7 @@ private var imageFrameCountKey: Void?
 
 // MARK: - Image Properties
 extension KingfisherWrapper where Base: KFCrossPlatformImage {
-    private(set) var animatedImageData: Data? {
+    public private(set) var animatedImageData: Data? {
         get { return getAssociatedObject(base, &animatedImageDataKey) }
         set { setRetainedAssociatedObject(base, &animatedImageDataKey, newValue) }
     }