---
title: UITableViewCell.FocusStyle.custom
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitableviewcell/focusstyle-swift.enum/custom
---

# UITableViewCell.FocusStyle.custom

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

## Declaration

```swift
case custom
```

## Discussion

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

- [UITableViewCell.FocusStyle.default](uikit/uitableviewcell/focusstyle-swift.enum/default.md)
