Closed intacto27 closed 5 years ago
Hey @intacto27 You can try to move your window level above the status bar when presenting the spinner:
UIApplication.shared.keyWindow?.windowLevel = UIWindow.Level.statusBar + 1
then set it back to normal:
UIApplication.shared.keyWindow?.windowLevel = UIWindow.Level.normal
Closing this. Feel free to reopen if needed.
Hello, is it possible to use SwiftSpinner in application with active statusbar? now when i add SwiftSpinner to viewcontroller it works fine, but not cover statusbar.