Contents

didPresent(_:)

Sent to the delegate after an action sheet is presented to the user.

Declaration

optional func didPresent(_ actionSheet: UIActionSheet)

Parameters

  • actionSheet:

    The action sheet that was displayed.

See Also

Customizing behavior