---
title: textDidBeginEditingNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uitextview/textdidbegineditingnotification
---

# textDidBeginEditingNotification

A notification that alerts observers when an editing session begins in a text view.

## Declaration

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