- reuseIdentifier
- A string identify the type of UIKit.UITableViewHeaderFooterView being requested.
A UIKit.UITableViewHeaderFooterView associated with the reuseIdentifier.
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.