I had the same problem in my app : "extra" padding between searchBar bottom and tableview top. I solved it that way :
if #available(iOS 15, *) {
self.tableView.sectionHeaderTopPadding = 0
}
Hope that helps ^^
Topic:
Programming Languages
SubTopic:
Swift
Tags: