Поделиться через


UITableViewDelegate_Extensions.TitleForDeleteConfirmation Метод

Определение

При переопределении изменяет заголовок кнопки подтверждения удаления по умолчанию.

[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

Параметры

This
IUITableViewDelegate

Экземпляр, с которым работает этот метод расширения.

tableView
UITableView

Редактируемая таблица.

indexPath
NSIndexPath

Расположение строки, которую можно удалить.

Возвращаемое значение

Атрибуты

Применяется к