UIKit.UITableView.RegisterNibForHeaderFooterViewReuse Method
Registers a nib object (containing a UIKit.UITableViewHeaderFooterView) with the given identifier string.

Syntax

public void RegisterNibForHeaderFooterViewReuse (UINib nib, string identifier)

Parameters

nib
A nib object created from a nib file. This value cannot be null.
reuseIdentifier
Documentation for this section has not yet been entered.

Remarks

After a nib object has been registered with a table view, as section header and footer views come into view, the appropriate UIKit.UITableViewHeaderFooterViews will be instantiated as necessary from the nib object if there is not already an instance in the reuse queue.

Requirements

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