Open SogoGolf opened 5 years ago
You can override customCellConfiguration
to adjust cell seperatorInset
. However, adding option to do this is better.
dropDown.customCellConfiguration = { (index, item, cell) in
cell.separatorInset = .zero
cell.layoutMargins = .zero
}
hi there, thanks for the great control.
how can we make the row separator, go full width ?