Compartir a través de


UITableViewDelegate_Extensions.HeaderViewDisplayingEnded Método

Definición

Indica que se ha quitado el encabezado de la sección especificada.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void HeaderViewDisplayingEnded (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView headerView, nint section);
static member HeaderViewDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nint -> unit

Parámetros

This
IUITableViewDelegate

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

tableView
UITableView

El objeto UITableView al que pertenece headerView.

headerView
UIView

Objeto UIView que se va a quitar.

section
System.System.IntPtr System.nativeint

Índice que indica la sección a la que pertenece .headerView

Atributos

Se aplica a