---
title: UITableViewCell.SelectionStyle.none
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitableviewcell/selectionstyle-swift.enum/none
---

# UITableViewCell.SelectionStyle.none

The cell has no distinct style for when it’s selected.

## Declaration

```swift
case none
```

## See Also

### Constants

- [UITableViewCell.SelectionStyle.blue](uikit/uitableviewcell/selectionstyle-swift.enum/blue.md)
- [UITableViewCell.SelectionStyle.gray](uikit/uitableviewcell/selectionstyle-swift.enum/gray.md)
- [UITableViewCell.SelectionStyle.default](uikit/uitableviewcell/selectionstyle-swift.enum/default.md)
