Tells the delegate that the table is about to display the header view for the specified section.
SDKs
- iOS 6.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
- (void)tableView:(UITable View *)tableView willDisplayHeaderView:(UIView *)view forSection:(NSInteger)section;
Parameters
tableViewThe table-view object informing the delegate of this event.
viewThe header view that is about to be displayed.
sectionThe index number of the section containing the header view.