UISwipeActionsConfiguration.FromActions(UIContextualAction[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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