UITableViewDelegate_Extensions.TitleForDeleteConfirmation Method

Definition

When overridden, changes the default title of the delete confirmation button.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static string TitleForDeleteConfirmation (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member TitleForDeleteConfirmation : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> string

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

Table view being edited.

indexPath
NSIndexPath

Location of the row that may be deleted.

Returns

Attributes

Applies to