You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if #available(iOS 13.0,*){
if let firstScene:UIWindowScene=UIApplication.shared
.connectedScenes.filter({ $0.activationState ==.foregroundActive }).first as?UIWindowScene{self.notificationWindow =CWWindowContainer(windowScene: firstScene)}}else{self.notificationWindow =CWWindowContainer(frame:UIScreen.main.bounds)}
The text was updated successfully, but these errors were encountered:
If this component is not drawing in your UIScene based application, simply change this line here:
https://github.com/cezarywojcik/CWStatusBarNotification/blob/swift/CWStatusBarNotification/CWStatusBarNotification/CWStatusBarNotification.swift#L267
With:
The text was updated successfully, but these errors were encountered: