relatedcode / ProgressHUD

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

Multi-window support #133

Closed dimatarelkin closed 1 year ago

dimatarelkin commented 1 year ago

Sometimes we need to show activity indicator on screen that presented in separate window. Currently there is no possibility to set the right window for this purpose. Code takes current first window, or create one now. Also please consider windowLevel when creating a new window, it should be between .normal and .alert

relatedcode commented 1 year ago

@dimatarelkin Please check the version 13.8.1, and let me know what you think. Thanks!

ankittlp commented 10 months ago

Does this solve the problem where we can have two windows showing side by side and both can show a ProgressHUD