willPresent(_:)
Sent to the delegate before a model view is presented to the user.
Declaration
optional func willPresent(_ alertView: UIAlertView)Parameters
- alertView:
The alert view that is about to be displayed.
Sent to the delegate before a model view is presented to the user.
optional func willPresent(_ alertView: UIAlertView)The alert view that is about to be displayed.