<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIScribbleInteractionDelegate/scribbleInteractionDidFinishWriting(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIScribbleInteractionDelegate(im)scribbleInteractionDidFinishWriting:"
  },
  "title" : "scribbleInteractionDidFinishWriting(_:)"
}
-->

# scribbleInteractionDidFinishWriting(_:)

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

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

## Parameters

`interaction`

The interaction where the user finished writing.

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)