I have a UITableView
that stores photos taken - one photo per cell. Following an Xcode update some time ago the table now appears with a fine white line between the cells on the left as in pic 1. The image has always been indented from the left side of the table for some reason and it is only under this part that the white line now appears.
So I have two questions really - how can I get rid of the white line and/or the indent? The separator colour is usually the same as the background but I tried changing the separator colour in the TableView to red see what happens and I get what you see in pic 2. (The image thumbnails are irrelevant).
What I am hoping for is to keep the seperator (so there is a line between the photos) but to be abel to the colour of it so match the background colour.