relatedcode / ProgressHUD

ProgressHUD is a lightweight and easy-to-use HUD for iOS. Over 5000+ animations. ‼️
https://relatedcode.com
MIT License
2.83k stars 461 forks source link

How to custom animation with displayHUD method? #157

Closed baiyidjp closed 1 year ago

baiyidjp commented 1 year ago

in ProgressHUD.swift file and private displayHUD method, it is scale animation, can I custom this animation ?

relatedcode commented 1 year ago

@baiyidjp Yes, you can customize the animation in the ProgressHUD by selecting an animation from the Animations folder. Just reference the desired animation in the code and ensure it's tested across different devices for consistency.