-1

I've created an UITableView with UITableViewCell. Between the view cells there are grew lines, but It's not fill width. I mean this lack a little bit at the lead. These are 2 option of separatorStyle is .none and .singleLine but I don't need them. I work with separatorInset but don't understand. I need change width of it, how can I?

I work with Xcode 9.0 and Swift.

Below is a screenshot that displays my screen:

enter image description here

Kuldeep
  • 4,466
  • 8
  • 32
  • 59
Net Noft
  • 13
  • 4

1 Answers1

2

Select your tableView and from Attribute Inspector change property of Separator Inset.

enter image description here

Pankil
  • 635
  • 6
  • 20
Pratik Prajapati
  • 1,137
  • 1
  • 13
  • 26