---
title: UIImage.ResizingMode.tile
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiimage/resizingmode-swift.enum/tile
---

# UIImage.ResizingMode.tile

The image is tiled when it is resized. In other words, the interior region of the original image will be repeated to fill in the interior region of the newly resized image.

## Declaration

```swift
case tile
```

## See Also

### Constants

- [UIImage.ResizingMode.stretch](uikit/uiimage/resizingmode-swift.enum/stretch.md)
