I want more space(10px) between each cell
. How can I do this?
And I have added this code
tableView.separatorStyle = UITableViewCellSepar
I don't think it's possible using standard API. I guess you would need to subclass the UITableViewCell and add a view that simulates a separator at the bottom of the cell.
You may want to check this question, it seems related and has some sample code: iPhone + UITableView + place an image for separator