Browse Source

A build issue on old version of Xcode

onevcat 5 years ago
parent
commit
a9e96765b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Extensions/TVMonogramView+Kingfisher.swift

+ 1 - 1
Sources/Extensions/TVMonogramView+Kingfisher.swift

@@ -98,7 +98,7 @@ extension KingfisherWrapper where Base: TVMonogramView {
         }
 
         if let provider = ImageProgressiveProvider(options, refresh: { image in
-            base.image = image
+            self.base.image = image
         }) {
             options.onDataReceived = (options.onDataReceived ?? []) + [provider]
         }