Condividi tramite


UITableViewController.HeaderViewDisplayingEnded Method

Definition

Called when a section header is removed from a table (for instance, due to scrolling).

[Foundation.Export("tableView:didEndDisplayingHeaderView:forSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void HeaderViewDisplayingEnded(UIKit.UITableView tableView, UIKit.UIView headerView, IntPtr section);
[<Foundation.Export("tableView:didEndDisplayingHeaderView:forSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HeaderViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nativeint -> unit
override this.HeaderViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nativeint -> unit

Parameters

tableView
UITableView

The UITableView to which the headerView belongs.

headerView
UIView

The UIView being removed.

section
IntPtr

nativeint

An index indicating the section to which the headerView belongs.

Implements

Attributes

Applies to