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

ProgressHUD not working in 13.8.1 and up #149

Closed appfrilans closed 1 year ago

appfrilans commented 1 year ago

Progress views do not appear anymore. Seemingly starting from version 13.8.1

ProgressHUD.show("testing")

does nothing anymore, at least testing on an iOS 17 simulator iPad. Same code worked before and does so with 13.8.0

Could it be related to "Added multi-window support: custom window can be defined now."?

"Full" code:

    override func viewDidAppear(_ animated: Bool) {
        super.viewDidAppear(animated)
        ProgressHUD.show("Testar")
    }
relatedcode commented 1 year ago

@appfrilans Thanks for your feedback. Could you please check version 13.8.4 and let me know if the issue still exists?

appfrilans commented 1 year ago

@appfrilans Thanks for your feedback. Could you please check version 13.8.4 and let me know if the issue still exists?

Seems to solved the issue! Thanks!