This removes the unwanted section header space.
if #available(iOS 15.0, *) {
tableView.sectionHeaderTopPadding = .leastNormalMagnitude
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: