I have a tableView and between each row, I’ve made a line with strokeWidth 2 placed 2 pixels above the bottom of the row
When I scroll, the line widths change between 1 and 2, making it look like every line is flickering.
Is there a way to make sure the line widths stay consistent while scrolling? What’s causing this behavior?
Thanks!