Contents

increaseSize(_:)

Increases the size of the current object by one unit.

Declaration

optional func increaseSize(_ sender: Any?)

Parameters

  • sender:

    The object calling this method.

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