Compartir a través de


UITableViewDelegate_Extensions.CellDisplayingEnded Método

Definición

Indica que la celda se acaba de quitar.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void CellDisplayingEnded (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UITableViewCell cell, Foundation.NSIndexPath indexPath);
static member CellDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UITableViewCell * Foundation.NSIndexPath -> unit

Parámetros

This
IUITableViewDelegate

Instancia en la que opera este método de extensión.

tableView
UITableView

Que UITableView se muestra.

cell
UITableViewCell

que UITableViewCell acaba de quitarse.

indexPath
NSIndexPath

que NSIndexPath especifica .cell

Atributos

Se aplica a