---
title: automatic
framework: SwiftUI
role: symbol
role_heading: Type Property
platforms: [iOS 27.1+, iPadOS 27.1+]
path: swiftui/arrangementviewstyle/automatic
---

# automatic

The default arrangement view style.

## Declaration

```swift
@export(implementation) nonisolated static var automatic: AutomaticArrangementViewStyle { get }
```

## Discussion

Discussion Using this style, the arrangement view resolves to a SplitArrangementViewStyle.

## See Also

### Getting arrangement view styles

- [overlay](swiftui/arrangementviewstyle/overlay.md)
- [split](swiftui/arrangementviewstyle/split.md)
