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

Can i show multiple progressHUD at a time and hide them individually #146

Closed Arshad-iOSDeveloper closed 1 year ago

Arshad-iOSDeveloper commented 1 year ago

In my View controller i am calling multiple api's. I need to show and hide progressHUD for every api call

relatedcode commented 1 year ago

ProgressHUD is a singular UI alert solution. You can display only one HUD at any given time.