Contents

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.

See Also

Customizing behavior