Back to Nuke

``NukeUI``

Documentation/NukeUI.docc/NukeUI.md

13.0.5701 B
Original Source

NukeUI

Image loading for SwiftUI, UIKit, and AppKit views.

Overview

There are two main views provided by the framework:

  • LazyImage for SwiftUI
  • LazyImageView for UIKit and AppKit

LazyImage is designed similar to the native AsyncImage, but it uses Nuke for loading images. You can take advantage of all of its features, such as caching, prefetching, task coalescing, smart background decompression, request priorities, and more.

Topics

Essentials

  • LazyImage
  • LazyImageView

Helpers

  • LazyImageState
  • FetchImage