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