ios - Change color of inset area in UITableView separator -


i have customized uitableview, cells have different background color (set in custom backgroundview). however, background color applied within cell, not extended inset area of separator. can see in screenshot, there white area left of colored separator.

how can change color of white line? make line "disappear" setting same color cell background. thanks!

enter image description here

setting cell's background colour same contentview's background colour seems give best results.

cell.backgroundcolor = cell.contentview.backgroundcolor; 

that handle cases accessoryview wrong colour well.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -