Condividi tramite


UITableViewDelegate_Extensions.TitleForDeleteConfirmation Method

Definition

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

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

Parameters

tableView
UITableView

Table view being edited.

indexPath
NSIndexPath

Location of the row that may be deleted.

Returns

Attributes

Applies to