<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableViewCell/focusStyle-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UITableViewCell(py)focusStyle"
  },
  "title" : "focusStyle"
}
-->

# focusStyle

The appearance of the cell when focused.

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

## Discussion

The default value of this property is [`UITableViewCell.FocusStyle.default`](/documentation/UIKit/UITableViewCell/FocusStyle-swift.enum/default). For the list of possible focus styles, see [`UITableViewCell.FocusStyle`](/documentation/UIKit/UITableViewCell/FocusStyle-swift.enum).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)