Reply to iOS 15 Gap between navigation bar and table view This removes the unwanted section header space. if #available(iOS 15.0, *) { tableView.sectionHeaderTopPadding = .leastNormalMagnitude } UI Frameworks UIKit Oct ’21