I want to make a UITableView as close to the iOS settings view as possible:
How do i create the space between different sections? What\'s the best way?
Just add the footer height in the table as required:
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat { return 44 }