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

# textDidEndEditingNotification

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

## Declaration

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

## Discussion

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

## See Also

### Managing the editing behavior

- [isEditing](uikit/uitextfield/isediting.md)
- [clearsOnBeginEditing](uikit/uitextfield/clearsonbeginediting.md)
- [clearsOnInsertion](uikit/uitextfield/clearsoninsertion.md)
- [allowsEditingTextAttributes](uikit/uitextfield/allowseditingtextattributes.md)
- [UITextField.DidEndEditingReason](uikit/uitextfield/didendeditingreason.md)
- [didEndEditingReasonUserInfoKey](uikit/uitextfield/didendeditingreasonuserinfokey.md)
- [textDidBeginEditingNotification](uikit/uitextfield/textdidbegineditingnotification.md)
- [textDidChangeNotification](uikit/uitextfield/textdidchangenotification.md)
