Parcourir la source

A build issue on old version of Xcode

onevcat il y a 5 ans
Parent
commit
a9e96765b3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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]
         }