UITableViewDelegate_Extensions.FooterViewDisplayingEnded Method

Definition

Indicates that the footerView of the specified section has been removed.

[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

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

Table to which the footer view belongs.

footerView
UIView

The UIView being removed.

section
System.System.IntPtr System.nativeint

The index of the section to which the footerView belonged.

Attributes

Applies to