separatorStyle
The style for table cells to use as separators.
Declaration
var separatorStyle: UITableViewCell.SeparatorStyle { get set }Discussion
The value of this property is one of the separator-style constants described in UITableViewCell. UITableView uses this property to set the separator style on the cell returned from the delegate in tableView(_:cellForRowAt:).