UITableViewDelegate_Extensions.FooterViewDisplayingEnded(IUITableViewDelegate, UITableView, UIView, nint) 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.
- section
- nint
The index of the section to which the footerView
belonged.
- Attributes