Compartir a través de


UITableViewSource.HeaderViewDisplayingEnded(UITableView, UIView, nint) Método

Definición

Se llama cuando se quita un encabezado de sección de una tabla (por ejemplo, debido al desplazamiento).

[Foundation.Export("tableView:didEndDisplayingHeaderView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void HeaderViewDisplayingEnded (UIKit.UITableView tableView, UIKit.UIView headerView, nint section);
abstract member HeaderViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.HeaderViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nint -> unit

Parámetros

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