I know how to change the height of the section headers in the table view. But I am unable to find any solution to change the default spacing before the first section.
In swift 2.0
func tableView(tableView: UITableView, estimatedHeightForHeaderInSection section: Int) -> CGFloat { return yourHeight }