didPresent(_:)
Sent to the delegate after an alert view is presented to the user.
Declaration
optional func didPresent(_ alertView: UIAlertView)Parameters
- alertView:
The alert view that was displayed.
Sent to the delegate after an alert view is presented to the user.
optional func didPresent(_ alertView: UIAlertView)The alert view that was displayed.