relatedcode / ProgressHUD

ProgressHUD is a lightweight and easy-to-use HUD for iOS. Over 5000+ animations. ‼️

Home Page:https://relatedcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProgressHUD not working in 13.8.1 and up

appfrilans opened this issue · comments

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")
    }

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

@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!