<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIBarMinimizationRestorationBehavior/atScrollEdge",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIBarMinimizationRestorationBehavior@UIBarMinimizationRestorationBehaviorAtScrollEdge"
  },
  "title" : "UIBarMinimizationRestorationBehavior.atScrollEdge"
}
-->

# UIBarMinimizationRestorationBehavior.atScrollEdge

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

```
case atScrollEdge
```

## Discussion

Currently this is only honored alongside
`UIBarMinimizationBehaviorOnScrollDown`. With other minimization
behaviors, the system falls back to [`UIBarMinimizationRestorationBehavior.automatic`](/documentation/UIKit/UIBarMinimizationRestorationBehavior/automatic).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)