firstKeyView
The first view in the keyboard focus chain.
Declaration
var firstKeyView: NSView? { get set }Discussion
The first key view can be set in the nib file by connecting a view to the receiver’s _firstKeyView outlet.
The first view in the keyboard focus chain.
var firstKeyView: NSView? { get set }The first key view can be set in the nib file by connecting a view to the receiver’s _firstKeyView outlet.