---
title: nibBundle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsviewcontroller/nibbundle
---

# nibBundle

The nib bundle to be loaded to instantiate the receiver’s primary view.

## Declaration

```swift
var nibBundle: Bundle? { get }
```

## Discussion

Discussion This property’s value is the bundle you provide to the nibBundleOrNil parameter in the init(nibName:bundle:) method.

## See Also

### Nib Properties

- [nibName](appkit/nsviewcontroller/nibname.md)
