Contents

window

The view’s window object, if it is installed in a window.

Declaration

unowned(unsafe) var window: NSWindow? { get }

Discussion

The value of this property is nil if the view is not currently installed in a window.

See Also

Getting the Related Objects