SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.1k stars 216 forks source link

(Part 1) Support compile for visionOS (no package manager support) #267

Closed dreampiggy closed 10 months ago

dreampiggy commented 1 year ago

This support should consider to drop iOS 13 at first (using StateObject) Dependency:

  1. see: #250
  2. https://github.com/SDWebImage/SDWebImage/pull/3556

Video in: https://twitter.com/DreamingPiggy/status/1671841279205076992?s=20

dreampiggy commented 10 months ago

Updated with Xcode 15 Beta 7, but the demo seems show some slow performance. Maybe because of the CADisplayLink on visionOS does not work like iOS ?

Need fire issue on SDWebImage...


This PR wait for #250 and remove the old legacy iOS 13 SwiftUI support

dreampiggy commented 10 months ago

Decide to release a 3.0.0-beta version for this