To remove this padding globally for all plain table views...
if #available(iOS 15.0, *) {
UITableView.appearance().sectionHeaderTopPadding = CGFloat(0)
}
Note: this does not appear to effect the padding for grouped table views. (Thankfully!)
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: