What is the best way to create a Custom Loading Indicator

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

It's not entirely clear what you are asking.
You are "developing" 7 images...?

  • Do you want to show a loading indicater while your 7 images load?
  • Or are the 7 images to be used in your custom loading indicator?

SwiftUI provides a ProgressView, to use as a loading indicator.

Best to use that, unless you have specific reasons for needing a custom loading indicator?

What is the best way to create a Custom Loading Indicator
 
 
Q