Contents

lastKeyView

The last view in the keyboard focus chain.

Declaration

var lastKeyView: NSView? { get set }

Discussion

The last view can be set in the nib file by connecting a view to the receiver’s _lastKeyView outlet.

See Also

Handling keyboard focus