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.
Sent to the delegate after an action sheet is presented to the user.
optional func didPresent(_ actionSheet: UIActionSheet)The action sheet that was displayed.