---
title: NSScrubber.Mode.free
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsscrubber/mode-swift.enum/free
---

# NSScrubber.Mode.free

A scrolling mode in which the scrubber scrolls as the user swipes horizontally across the scrubber.

## Declaration

```swift
case free
```

## Discussion

Discussion When a user swipes horizontally across the scrubber, the scrubber scrolls. To select an item, the user must tap or press it without moving their finger horizontally. Free-mode interaction changes depending on the value the scrubber’s isContinuous property. For details on how to choose the correct mode for your app, see Choose a scrubber touch-interaction model.

## See Also

### Constants

- [NSScrubber.Mode.fixed](appkit/nsscrubber/mode-swift.enum/fixed.md)
