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.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UITableViewRowAction[] EditActionsForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member EditActionsForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewRowAction[]

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView
indexPath
NSIndexPath

Returns

Attributes

Applies to