---
title: Image.ResizingMode.tile
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/image/resizingmode/tile
---

# Image.ResizingMode.tile

A mode to repeat the image at its original size, as many times as necessary to fill the available space.

## Declaration

```swift
case tile
```

## Mentioned in

Fitting images into available space

## See Also

### Getting resizing modes

- [Image.ResizingMode.stretch](swiftui/image/resizingmode/stretch.md)
