UITableViewController.HeaderViewDisplayingEnded Method

Definition

Indicates that the display of header views has completed.

[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

Parameters

tableView
UITableView
headerView
UIView
section
System.System.IntPtr System.nativeint
Attributes

Applies to