<!--
{
  "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.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITableViewCellFocusStyle"
  },
  "title" : "UITableViewCell.FocusStyle"
}
-->

# UITableViewCell.FocusStyle

The style of focused cells.

```
enum FocusStyle
```

## Overview

You use these constants to set the value of the [`focusStyle`](/documentation/UIKit/UITableViewCell/focusStyle-swift.property) property.

## Topics

### Constants

[`UITableViewCellFocusStyleDefault`](/documentation/UIKit/UITableViewCell/FocusStyle-swift.enum/default)

The cell alters its appearance in a standard, system-defined way when it becomes focused.

[`UITableViewCellFocusStyleCustom`](/documentation/UIKit/UITableViewCell/FocusStyle-swift.enum/custom)

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

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)