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

# increaseSize(_:)

Increases the size of the current object by one unit.

## Declaration

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

## Parameters

- `sender`: The object calling this method.

## Discussion

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

## See Also

### Handling size changes

- [decreaseSize(_:)](uikit/uiresponderstandardeditactions/decreasesize(_:).md)
