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


UITableViewDelegate.GetTrailingSwipeActionsConfiguration Метод

Определение

Возвращает конфигурацию действия прокрутки для прокрутки, которые начинаются с конечной границы.

[Foundation.Export("tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UISwipeActionsConfiguration GetTrailingSwipeActionsConfiguration (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member GetTrailingSwipeActionsConfiguration : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UISwipeActionsConfiguration
override this.GetTrailingSwipeActionsConfiguration : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UISwipeActionsConfiguration

Параметры

tableView
UITableView

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

indexPath
NSIndexPath

Путь индекса к строке, для которой требуется получить конфигурацию.

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

Атрибуты

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