Contents

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.

See Also

Customizing behavior