I have a UITableView cell with an image that extends to the full height of the cell.
If I do not use a separator, images are added to each cell and appear as an image, however, when I turn on the separator the image is cut ( see below). See table What is a way to create an image at the top of the separator?
"post-text" itemprop = "text">
I just get rid of the standard separator and manually draw the line beneath the image. This will likely emulate the separator very well without overlapping the image.
Perhaps use UIImageView with a wide-line image?
Comments
Post a Comment