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
Always crashes at line 243 let window: UIWindow = UIApplication.sharedApplication().keyWindow! with error fatal error: unexpectedly found nil while unwrapping an Optional value
i am calling following code in my viewController in viewDidLoad() method SweetAlert().showAlert("Good job!", subTitle: "You clicked the button!", style: AlertStyle.Success)
`
The text was updated successfully, but these errors were encountered:
Always crashes at line 243
let window: UIWindow = UIApplication.sharedApplication().keyWindow!
with errorfatal error: unexpectedly found nil while unwrapping an Optional value
i am calling following code in my viewController in viewDidLoad() method
SweetAlert().showAlert("Good job!", subTitle: "You clicked the button!", style: AlertStyle.Success)
`
The text was updated successfully, but these errors were encountered: