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


UITableViewDelegate_Extensions.EditingStyleForRow Метод

Определение

UITableViewCellEditingStyle для указанного indexPath.

public static UIKit.UITableViewCellEditingStyle EditingStyleForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member EditingStyleForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellEditingStyle

Параметры

This
IUITableViewDelegate

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

tableView
UITableView

Представление таблицы, которое будет доступно для редактирования.

indexPath
NSIndexPath

Расположение строки.

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

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