Compartir a través de


UITableViewController.GetTrailingSwipeActionsConfiguration Método

Definición

Devuelve la configuración de la acción de deslizar el dedo para los deslizamientos que comienzan desde el borde final.

[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

Parámetros

tableView
UITableView

Vista de tabla para la que se va a obtener la configuración.

indexPath
NSIndexPath

Ruta de acceso de índice a la fila para la que se va a obtener la configuración.

Devoluciones

Atributos

Se aplica a