Contents

nibBundle

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

Declaration

var nibBundle: Bundle? { get }

Discussion

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

See Also

Nib Properties