UITableViewDelegate_Extensions.TitleForDeleteConfirmation Metodo

Definizione

In caso di override, modifica il titolo predefinito del pulsante di conferma dell'eliminazione.

[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

Parametri

This
IUITableViewDelegate

Istanza in cui opera questo metodo di estensione.

tableView
UITableView

Visualizzazione tabella da modificare.

indexPath
NSIndexPath

Posizione della riga che può essere eliminata.

Restituisce

Attributi

Si applica a