---
title: focusStyle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableviewcell/focusstyle-swift.property
---

# focusStyle

The appearance of the cell when focused.

## Declaration

```swift
var focusStyle: UITableViewCell.FocusStyle { get set }
```

## Discussion

Discussion The default value of this property is UITableViewCell.FocusStyle.default. For the list of possible focus styles, see UITableViewCell.FocusStyle.

## See Also

### Managing focus

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