---
title: "textDidEndEditing(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nstextdelegate/textdidendediting(_:)"
---

# textDidEndEditing(_:)

Informs the delegate that the text object has finished editing (that it has resigned first responder status).

## Declaration

```swift
@MainActor optional func textDidEndEditing(_ notification: Notification)
```

## Discussion

Discussion The name of aNotification is didEndEditingNotification.

## See Also

### Editing text

- [textShouldBeginEditing(_:)](appkit/nstextdelegate/textshouldbeginediting(_:).md)
- [textDidBeginEditing(_:)](appkit/nstextdelegate/textdidbeginediting(_:).md)
- [textShouldEndEditing(_:)](appkit/nstextdelegate/textshouldendediting(_:).md)
