---
title: "apply(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsscrubberarrangedview/apply(_:)"
---

# apply(_:)

Updates the layout of the arranged view to respect the provided layout attributes.

## Declaration

```swift
func apply(_ layoutAttributes: NSScrubberLayoutAttributes)
```

## Parameters

- `layoutAttributes`: An object that contains the parameters that this arranged view uses to determine its layout.
