---
title: style
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableview/style-swift.property
---

# style

The style of the table view.

## Declaration

```swift
var style: UITableView.Style { get }
```

## Discussion

Discussion See UITableView.Style for descriptions of the constants used to specify table-view style.

## See Also

### Configuring the table’s appearance

- [UITableView.Style](uikit/uitableview/style-swift.enum.md)
- [tableHeaderView](uikit/uitableview/tableheaderview.md)
- [tableFooterView](uikit/uitableview/tablefooterview.md)
- [backgroundView](uikit/uitableview/backgroundview.md)
