UIKit.UITableView.DequeueReusableHeaderFooterView Method
Returns a reusable UIKit.UITableViewHeaderFooterView for the given reuseIdentifier.

Syntax

[Foundation.Export("dequeueReusableHeaderFooterViewWithIdentifier:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual UITableViewHeaderFooterView DequeueReusableHeaderFooterView (Foundation.NSString reuseIdentifier)

Parameters

reuseIdentifier
A string identify the type of UIKit.UITableViewHeaderFooterView being requested.

Returns

A UIKit.UITableViewHeaderFooterView associated with the reuseIdentifier.

Remarks

The table reuse cache is important for efficiency and application developers should use it for dynamic tables.

Application developers targeting iOS 6 and later should use UITableView.RegisterClassForHeaderFooterViewReuse or UITableView.RegisterNibForHeaderFooterViewReuse. Once a UIKit.UITableViewHeaderFooterView class is registered, calls to UITableView.DequeueReusableHeaderFooterView will return a newly-instantiated object as necessary, rather than returning null.

Requirements

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