nibName
The name of the nib file to be loaded to instantiate the receiver’s primary view.
Declaration
var nibName: NSNib.Name? { get }Discussion
This property’s value is the name you provide to the nibNameOrNil parameter in the init(nibName:bundle:) method.