---
title: textDidChangeNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uitextview/textdidchangenotification
---

# textDidChangeNotification

A notification that alerts observers when the text in a text view changes.

## Declaration

```swift
nonisolated class let textDidChangeNotification: 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)
- [textDidEndEditingNotification](uikit/uitextview/textdidendeditingnotification.md)
