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?
First of all the iOS Settings doesn't use the ViewForSection otherwise the Section view would be placed in the top tableView.
You can return an empty containerView cell for that specific indexPath and stop didSelect in it, but remember to include the empty cells to the array you are using for other cells.