---
title: stack
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/navigationviewstyle/stack
---

# stack

A navigation view style represented by a view stack that only shows a single top view at a time.

## Declaration

```swift
static var stack: StackNavigationViewStyle { get }
```

## Mentioned in

Migrating to new navigation types

## See Also

### Getting built-in navigation view styles

- [automatic](swiftui/navigationviewstyle/automatic.md)
- [columns](swiftui/navigationviewstyle/columns.md)
