I want more space(10px) between each cell. How can I do this?
cell
And I have added this code
tableView.separatorStyle = UITableViewCellSepar
First make tableview separator none from the storyboard. Then add UILabel/UIView at bottom of cell of height(you needed) using storyboard or Xib
UILabel/UIView