UITableViewCell.FocusStyle.custom
The cell doesn’t alter its appearance automatically when it becomes focused.
Declaration
case customDiscussion
Specifying this style allows you to create your own custom appearance for the cell. It’s recommended that you create custom-looking cells by subclassing UITableViewCell and overriding didUpdateFocus(in:with:).