---
title: "decreaseSize(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uiresponderstandardeditactions/decreasesize(_:)"
---

# decreaseSize(_:)

Decreases the size of the current object by one unit.

## Declaration

```swift
optional func decreaseSize(_ sender: Any?)
```

## Parameters

- `sender`: The object calling this method.

## Discussion

Discussion Use this method to decrease the size of the selected text or other content. You are responsible for defining the magnitude of the change.

## See Also

### Handling size changes

- [increaseSize(_:)](uikit/uiresponderstandardeditactions/increasesize(_:).md)
