0

I have custom cells in a UITableView and by default they are separated by a separator line. How do I go about adding a second separator line? I'm trying to add one between a UIImage and a Text label.

I've been using UIEdgeInsets but can't seem to figure it out. Is this the correct approach?

Pradeep Singh
  • 752
  • 1
  • 10
  • 23

1 Answers1

1

You can't add another separator line. But you can use 1 pixel wide view to simulate it.

Annie
  • 147
  • 1
  • 8