Share via


UITableViewDelegate.TitleForDeleteConfirmation Method

Definition

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

[Foundation.Export("tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? TitleForDeleteConfirmation(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TitleForDeleteConfirmation : UIKit.UITableView * Foundation.NSIndexPath -> string
override this.TitleForDeleteConfirmation : UIKit.UITableView * Foundation.NSIndexPath -> string

Parameters

tableView
UITableView

Table view being edited.

indexPath
NSIndexPath

Location of the row that may be deleted.

Returns

Implements

Attributes

Applies to