I have a sequence of 7 images I am developing with SwiftUI
What should I do for a Loading Indicator?
Gif or MP4 or SwiftUI Animation?
For Gif, I think SwiftUI does not support Gif, So I should use UIRepresentable or 3rd party library
For MP4, I can't make transparent MP4 It's a big issue when customizing background
For SwiftUI, Should this that big? I should make at least 7 Image Views and Transit them manullay
If you have any opinion, please let me know