vikmeup / SCLAlertView-Swift

Beautiful animated Alert View. Written in Swift
MIT License
5.3k stars 760 forks source link

Avoid crashes when SCLAlertView is called from viewDidLoad #506

Closed algrid closed 8 months ago

algrid commented 8 months ago

Fixes #416

This is rather a hack, but before we have a proper solution that would work in multi-window environment, it should be ok. At least we won't have crashes when users try to show SCLAlertView from viewDidLoad of their root view controller.