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


UITableViewDelegate_Extensions.EditActionsForRow Метод

Определение

Возвращает массив действий строк, отображаемых после того, как пользователь проводит пальцем по строке в представлении tableView таблицы, идентифицируемой с помощью indexPath.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UITableViewRowAction[] EditActionsForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member EditActionsForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewRowAction[]

Параметры

This
IUITableViewDelegate

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

tableView
UITableView
indexPath
NSIndexPath

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

Атрибуты

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