Contents

nextValidKeyView

The closest view object in the key view loop that follows the current view in the key view loop and accepts first responder status.

Declaration

unowned(unsafe) var nextValidKeyView: NSView? { get }

Return Value

The closest view object in the key view loop that follows the view and accepts first responder status, or nil if there is none.

Discussion

The value in this property is nil if there is no view that follows the current view and accepts the first responder status. AppKit ignores hidden views when it determines the next valid key view.

See Also

Related Documentation

Managing the Key-View Loop