I have a UITableViewCell that has an image that sits partly outside the cell. See attached.
However, the separator line is covering the image. Is there a way to get rid of that separator line? The best I found is turning off all the tableviewcell separators, but I don't want to do that since it messes with the UI. I'd like to be able to adjust the UIImageView z-index or the tableviewcell separator z-index.
I tried [self bringSubviewToFront:self.overflowImageView];
on the UITableViewCell
but that doesn't change anything.
Even if I could change the width of the separator to 1px, I'd be okay with that, but it seems like you can't change the separators on top and or bottom of the tableview.
Anyone have ideas on how to get the image above the cell?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…