I have a UITableViewCell, drawn in Storyboard.
However, running it on simulator, it seems that there is white line in each cell divider as well header-cell divider.
A is Header in UITableViewCell
A11 - A13 is content in UITableViewCell
How to remove it? It seems I can't find any answer out there.
Update:
Solution here only moves the divider color to left with no margin and keeps the header divider persists. Is there any way to remove the white color for both header and cell without moving the divider line?