iOS Swift - Lists and Data Display
Which UITableViewDelegate method should you implement to return a custom UIView as the header for a specific section?
tableView(_:viewForHeaderInSection:) allows you to provide a custom UIView for the header.titleForHeaderInSection provides a simple text title, heightForHeaderInSection sets the height, and willDisplayHeaderView is for customization before display but does not provide the view.viewForHeaderInSection [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions