UITableViewDelegate.HeaderViewDisplayingEnded Metodo

Definizione

Chiamato quando un'intestazione di sezione viene rimossa da una tabella , ad esempio a causa dello scorrimento.

[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

Parametri

tableView
UITableView

L'oggetto UITableView al quale appartiene l'oggetto headerView.

headerView
UIView

Classe UIView che viene rimossa.

section
System.System.IntPtr System.nativeint

Indice che indica la sezione a cui appartiene l'oggetto headerView .

Attributi

Si applica a