selectKeyView(following:)
Gives key view status to the view that follows the given view.
Declaration
func selectKeyView(following view: NSView)Parameters
- view:
The view whose following view in the key view loop to seek.
Discussion
Sends the nextValidKeyView message to view and, if that message returns an NSView object, invokes makeFirstResponder(_:) with the returned object.