UITableViewSource.WillDisplayFooterView(UITableView, UIView, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called prior to the display of a footer view for a section.
[Foundation.Export("tableView:willDisplayFooterView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillDisplayFooterView (UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
abstract member WillDisplayFooterView : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.WillDisplayFooterView : UIKit.UITableView * UIKit.UIView * nint -> unit
Parameters
- tableView
- UITableView
The tableview involved.
- footerView
- UIView
The UIView that will be used as the footer view.
- section
- System.System.IntPtr System.nativeint
The table section to which the footer view belongs.
- Attributes