Add-in packages for customisation loading video/gifs

Hello all,

I have a ai chatbot and trying to add a loader motion exploration for that. I am searching for a iOS package for loading the progress views in mp4 & gifs.
So that the Chatbot avatar will change the visuals in mp4.
Is there such a package to be used for progress views?

Up till now, I did tried:
TTProgressHUD
ProgressHUD,JGProgressHUD,JGProgressHUD_SwiftUI
,MBProgressHUD, ToastUI.

-Also I also don’t use the storyboard, I have one UI only.

I would recommend that rather than loading a video or GIF to convey progress, use instead SwiftUI animations. The widget is built-in:

https://developer.apple.com/documentation/swiftui/progressview

This topic was automatically closed after 166 days. New replies are no longer allowed.