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

# automatic

The default navigation view style in the current context of the view being styled.

## Declaration

```swift
static var automatic: DefaultNavigationViewStyle { get }
```

## See Also

### Getting built-in navigation view styles

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