<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSNibConnector",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSNibConnector"
  },
  "title" : "NSNibConnector"
}
-->

# NSNibConnector

A connection between two nibs.

```
@interface NSNibConnector : NSObject
```

## Topics

### Instance Properties

[`@property (weak, nullable) id destination;`](/documentation/AppKit/NSNibConnector/destination)

[`@property (copy) NSString * label;`](/documentation/AppKit/NSNibConnector/label)

[`@property (weak, nullable) id source;`](/documentation/AppKit/NSNibConnector/source)

### Instance Methods

[`- (void) establishConnection;`](/documentation/AppKit/NSNibConnector/establishConnection)

[`- (void) replaceObject:(id) oldObject withObject:(id) newObject;`](/documentation/AppKit/NSNibConnector/replaceObject:withObject:)

## Relationships

### Inherited By

[`NSNibOutletConnector`](/documentation/AppKit/NSNibOutletConnector)

[`NSNibControlConnector`](/documentation/AppKit/NSNibControlConnector)

### Conforms To

[`NSCoding`](/documentation/Foundation/NSCoding)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)