Share via


UITableViewDelegate_Extensions.EditActionsForRow Method

Definition

Returns an array of row actions to display after the user swipes the row in the tableView table view that is identified by indexPath.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UITableViewRowAction[] EditActionsForRow(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EditActionsForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewRowAction[]

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Attributes

Applies to