<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: 10.0.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ObjectiveC",
  "identifier" : "/documentation/ObjectiveC/NSObject-swift.class/objectDidEndEditing:",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Objective-C Runtime"
    ],
    "preciseIdentifier" : "c:objc(cs)NSObject(im)objectDidEndEditing:"
  },
  "title" : "objectDidEndEditing:"
}
-->

# objectDidEndEditing:

This message should be sent to the receiver when `editor` has finished editing a property belonging to the receiver.

```
- (void) objectDidEndEditing:(id<NSEditor>) editor;
```

## See Also

[`- (void) objectDidBeginEditing:(id<NSEditor>) editor;`](/documentation/ObjectiveC/NSObject-swift.class/objectDidBeginEditing:)

This message should be sent to the receiver when `editor` has uncommitted changes that can affect the receiver.



---

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)