UISwipeActionsConfiguration.FromActions(UIContextualAction[]) Method

Definition

Creates and returns a new swipe actions configuration that enables the specified actions.

[Foundation.Export("configurationWithActions:")]
public static UIKit.UISwipeActionsConfiguration FromActions (UIKit.UIContextualAction[] actions);
static member FromActions : UIKit.UIContextualAction[] -> UIKit.UISwipeActionsConfiguration

Parameters

actions
UIContextualAction[]

The list of actions, from outermost to innermost.

Returns

Attributes

Applies to