swiftui-AsyncMultiplexImage

Still in prototyping, a component that displays multiple images from lower to higher quality.

Simulator Screen Recording - iPhone 8 - 2022-09-13 at 21 50 55

this component comes from Texture/ASMultiplexImageNode

Example

AsyncMultiplexImage(
  urls: [
  ...,
  ...,
  ...,
  ],
  downloader: ... /* do not create an instance here */
)

GitHub

View Github