<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITextField/textDidEndEditingNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UITextFieldTextDidEndEditingNotification"
  },
  "title" : "textDidEndEditingNotification"
}
-->

# textDidEndEditingNotification

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

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

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)