I'm using MBProgressHUD in my cocoa app(https://github.com/Foxnolds/MBProgressHUD-OSX).
It's working fine when I show on app's main window.
I'm showing new modal window using
Now, when I try to ProgressHUD above this window. It doesn't show on this modal window, instead it shows on mainWindow only and progressHUD doesn't hide also.
It's working fine when I show on app's main window.
I'm showing new modal window using
Code Block NSApplication.shared.runModal(for: wc.window!)
Now, when I try to ProgressHUD above this window. It doesn't show on this modal window, instead it shows on mainWindow only and progressHUD doesn't hide also.