---
title: atScrollEdge
framework: swiftui
role: symbol
role_heading: Type Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+]
path: swiftui/toolbarminimizationrestoration/atscrolledge
---

# atScrollEdge

The toolbar restores only when the scroll view’s content reaches the scroll edge.

## Declaration

```swift
static let atScrollEdge: ToolbarMinimizationRestoration
```

## Discussion

Discussion Mid-scroll reversals do not restore the toolbar. Currently this is only honored alongside onScrollDown and only for navigationBar.

## See Also

### Getting restoration options

- [automatic](swiftui/toolbarminimizationrestoration/automatic.md)
