---
title: tile()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsscrollview/tile()
---

# tile()

Lays out the components of the receiver: the content view, the scrollers, and the ruler views.

## Declaration

```swift
func tile()
```

## Discussion

Discussion You rarely need to invoke this method, but subclasses may override it to manage additional components.
