Contents

isWindowLoaded

A Boolean value that indicates whether the nib file containing the receiver’s window has been loaded.

Declaration

var isWindowLoaded: Bool { get }

Discussion

The value of this property is true if the nib file containing the receiver’s window has been loaded, false otherwise.

See Also

Loading and Displaying the Window