HeightForFooterInSection
HeightForFooterInSection is a delegate method of UITableViewDelegate that requests the height of the footer for a given section in a table view. It lets you customize the vertical space allotted to each section’s footer. In Objective-C it is declared as - (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section;. In Swift, it is func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat.
Return value is a CGFLoat expressing the height in points. A positive value sets the footer height
Default behavior and related considerations: If the delegate does not implement this method, the table view