UIKit.UITableViewSource.GetViewForFooter Method
Returns a view object to display at the end of the given section.

Syntax

[Foundation.Export("tableView:viewForFooterInSection:")]
public virtual UIView GetViewForFooter (UITableView tableView, nint section)

Parameters

tableView
Table view containing the section.
section
Section index where the footer will be added.

Returns

A view to be displayed at the end of the given section.

Remarks

Can either be a UIKit.UILabel, UIKit.UIImageView or a custom view. This method requires UITableViewSource.GetHeightForFooter(nint, UITableView) to be implemented as well.

Declared in [UITableViewDelegate]

Requirements

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