I want more space(10px) between each cell. How can I do this?
And I have added this code
tableView.separatorStyle = UITableViewCellSepar
You can do this entirely in the storyboard. Here is how:
That’s all. Your separator will be 20 units tall.