1

I'm creating a custom cell and when I use it, my tableview separator just disappear. I was looking for an answer but I believe I already did something wrong, against the default behavior.

Here comes my screen

loading

While it's loads, I can see the separators between the cells.

Right after the content comes

enter image description here

The separators between the custom cells disappears but if I scroll down, it shows the separators to the empty cells. I already tried to change the height of my custom cell, without success.

rmaddy
  • 314,917
  • 42
  • 532
  • 579

2 Answers2

2

It could be rendering issue on the simulator. Have you tried on running on device?

Also, try disabling following setting

iOS Simulator -> Debug > Optimize Rendering for Window Scale

k-thorat
  • 4,873
  • 1
  • 27
  • 36
0
  • Check your cells height ,maybe it bigger than the height you set on the delegate method or on the storyboard!
  • Make them same you could see the separators
menq
  • 391
  • 2
  • 10