Reply to Can't get rid of space at top of UITableView 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 ^^ Programming Languages Swift Dec ’22