Contents

willPresent(_:)

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

Declaration

optional func willPresent(_ actionSheet: UIActionSheet)

Parameters

  • actionSheet:

    The action sheet that is about to be displayed.

See Also

Customizing behavior