<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ScrollPhase/tracking",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11ScrollPhaseO8trackingyA2CmF"
  },
  "title" : "ScrollPhase.tracking"
}
-->

# ScrollPhase.tracking

The tracking phase where the scroll view is tracking
a potential scroll by the user but the user hasn’t started
a scroll.

```
case tracking
```

## Discussion

For example, on iOS, the user may start touching content
inside of the scroll view. Until the user moves their finger
the scroll view would be tracking the finger. Not all
platforms or kinds of scroll may trigger this phase.

---

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)