Przeglądaj źródła

Merge pull request #1083 from sadeghpro/patch-1

fix_advanced_example
Wei Wang 7 lat temu
rodzic
commit
dc40ce5be5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -59,7 +59,7 @@ let processor = DownsamplingImageProcessor(size: imageView.size)
              >> RoundCornerImageProcessor(cornerRadius: 20)
 imageView.kf.indicatorType = .activity
 imageView.kf.setImage(
-    with: resource,
+    with: url,
     placeholder: UIImage(named: "placeholderImage"),
     options: [
         .processor(processor),