---
title: "listStyle(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/liststyle(_:)"
---

# listStyle(_:)

Sets the style for lists within this view.

## Declaration

```swift
nonisolated func listStyle<S>(_ style: S) -> some View where S : ListStyle

```

## See Also

### Creating a list

- [Displaying data in lists](swiftui/displaying-data-in-lists.md)
- [List](swiftui/list.md)
