UIKit.UITableView.RegisterNibForCellReuse Method
Registers a nib object (containing a UIKit.UITableViewCell) with the given identifer string.

Syntax

public void RegisterNibForCellReuse (UINib nib, string reuseIdentifier)

Parameters

nib
A nib object created from a nib file. This value cannot be null.
reuseIdentifier
A string to use as an identifier for the cell. This value cannot be null.

Remarks

After a nib object has been registered with a table view, calling UITableView.DequeueReusableCell(Foundation.NSString) with the correct identifer will cause the table view to instantiate the cell 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