Wei Wang před 6 roky
rodič
revize
7525ca7f41
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -27,7 +27,7 @@ Kingfisher is a powerful, pure-Swift library for downloading and caching images
 - [x] Cancelable downloading and auto-reusing previous downloaded content to improve performance.
 - [x] Cancelable downloading and auto-reusing previous downloaded content to improve performance.
 - [x] Independent components. Use the downloader, caching system and image processors separately as you need.
 - [x] Independent components. Use the downloader, caching system and image processors separately as you need.
 - [x] Prefetching images and showing them from cache to boost your app.
 - [x] Prefetching images and showing them from cache to boost your app.
-- [x] View extensions for `UIImageView`, `NSImage`, `NSButton` and `UIButton` to directly set an image from a URL.
+- [x] View extensions for `UIImageView`, `NSImageView`, `NSButton` and `UIButton` to directly set an image from a URL.
 - [x] Built-in transition animation when setting images.
 - [x] Built-in transition animation when setting images.
 - [x] Customizable placeholder and indicator while loading images.
 - [x] Customizable placeholder and indicator while loading images.
 - [x] Extensible image processing and image format easily.
 - [x] Extensible image processing and image format easily.