UIKit.UITableViewDelegate.FooterViewDisplayingEnded Method
Called when a section footer view is removed from the table (for instance, due to scrolling).

Syntax

[Foundation.Export("tableView:didEndDisplayingFooterView:forSection:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual void FooterViewDisplayingEnded (UITableView tableView, UIView footerView, nint section)

Parameters

tableView
Table to which the footer view belongs.
footerView
The UIKit.UIView being removed.
section
The index of the section to which the footerView belonged.

Remarks

Application developers should use this method rather than trying to monitor the footerView's visibility directly.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0