Is it possible to adjust the new section header top padding property for table views per section? You can adjust it for all sections like this, but I would like to have some sections be 0
and other sections the default padding in a table view.
self.tableView.sectionHeaderTopPadding = 0;