---
title: "scribbleInteractionDidFinishWriting(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uiscribbleinteractiondelegate/scribbleinteractiondidfinishwriting(_:)"
---

# scribbleInteractionDidFinishWriting(_:)

Informs the delegate that the user stops writing in the view, after Scribble transcribes and enters the last word.

## Declaration

```swift
optional func scribbleInteractionDidFinishWriting(_ interaction: UIScribbleInteraction)
```

## Parameters

- `interaction`: The interaction where the user finished writing.

## Discussion

Discussion Use this to reset placeholders or other UI elements, if appropriate, to their state from before the user started writing.

## See Also

### Tracking Scribble input

- [scribbleInteractionWillBeginWriting(_:)](uikit/uiscribbleinteractiondelegate/scribbleinteractionwillbeginwriting(_:).md)
