Contents

UITableViewCell.FocusStyle.custom

The cell doesn’t alter its appearance automatically when it becomes focused.

Declaration

case custom

Discussion

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:).

See Also

Constants