UIContextualActionHandler Delegate

Definition

An action to run when the user presses a UIContextualAction button.

public delegate void UIContextualActionHandler(UIContextualAction action, UIView sourceView, UIContextualActionCompletionHandler completionHandler);
type UIContextualActionHandler = delegate of UIContextualAction * UIView * UIContextualActionCompletionHandler -> unit

Parameters

sourceView
UIView

Applies to