---
title: textDidEndEditingNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uitextview/textdidendeditingnotification
---

# textDidEndEditingNotification

A notification that alerts observers when the editing session ends for a text view.

## Declaration

```swift
nonisolated class let textDidEndEditingNotification: NSNotification.Name
```

## Discussion

Discussion The affected view is stored in the object parameter of the notification. The userInfo dictionary is not used.

## See Also

### Managing the editing behavior

- [isEditable](uikit/uitextview/iseditable.md)
- [allowsEditingTextAttributes](uikit/uitextview/allowseditingtextattributes.md)
- [textDidBeginEditingNotification](uikit/uitextview/textdidbegineditingnotification.md)
- [textDidChangeNotification](uikit/uitextview/textdidchangenotification.md)
