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

# UIImage.ResizingMode.stretch

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

## Declaration

```swift
case stretch
```

## See Also

### Constants

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