Contents

owner

The owner of the nib file containing the window managed by the receiver.

Declaration

weak var owner: AnyObject? { get }

Discussion

The owner of the nib file containing the window managed by the receiver is usually self, but it can be the receiver’s document or some other object.

See Also

Getting Nib and Storyboard Information