I have looked around to find a solution for setting the background color of the accessoryView to the same background color as the cell´s contentView.
cell.co
This worked for me:
cell.contentView.backgroundColor = [UIColor darkGreyColor];