NukeUI Versions Save

Lazy image loading for Apple platforms: SwiftUI, UIKit, AppKit

0.8.3

1 year ago
  • Fix macOS build - #49

0.8.2

1 year ago
  • Fix an issue with video playback not resuming when retruning from background - #46, thanks to Andy Meagher

0.8.1

2 years ago

0.8.0

2 years ago
  • Add DisappearBehavior.lowerPriority - #33, thanks to Peter Kurzok
  • Deprecate DisappearBehavior.reset (crashy)
  • Add more options to control video: loop, finish callback – #32, thanks to Son Changwoo
  • Fix GIF playback when using customizing image view using LazyImageState - #34

0.7.0

2 years ago
  • Update to Nuke 10.5 (video support moved to the core framework)

0.6.8

2 years ago
  • Fix a compilation issue on Catalyst - #16

0.6.7

2 years ago

Update podspec to support the remaining platforms

0.6.6

2 years ago
  • Add podspec (currently iOS-only)

0.6.5

2 years ago
  • Fix an issue with incorrect source change handling - #14

0.6.4

2 years ago
  • Fix an issue with video decoder not being registered automatically for LazyImage - #495