JonasGessner / JGProgressHUD

An elegant and simple progress HUD for iOS and tvOS, compatible with Swift and ObjC.
MIT License
3.35k stars 336 forks source link

How to achieve Multiple Spinners showing at same time by using this library? #142

Closed GaneshMyNewCar closed 4 years ago

GaneshMyNewCar commented 4 years ago

Thanks for the simple & effective repository. How to show multiple Spinners at a time asynchronously. I'm trying to achieve with GCD, but not working. Does anyone know about this?

JonasGessner commented 4 years ago

You can instantiate JGProgressHUD as often as you want. Each instance is completely independent. If you want to show two HUDs simultaneously, you just need to create two different instances and show them in two different views.