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.
The last view in the keyboard focus chain.
var lastKeyView: NSView? { get set }The last view can be set in the nib file by connecting a view to the receiver’s _lastKeyView outlet.