Compartir a través de


UITableViewDelegate_Extensions.FooterViewDisplayingEnded Método

Definición

Indica que se ha quitado el pie de página de la sección especificada.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void FooterViewDisplayingEnded (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
static member FooterViewDisplayingEnded : 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

Tabla a la que pertenece la vista de pie de página.

footerView
UIView

Objeto UIView que se va a quitar.

section
System.System.IntPtr System.nativeint

Índice de la sección a la que pertenece.footerView

Atributos

Se aplica a