The view object that follows the current view in the key view loop.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
unowned(unsafe) var nextKeyView: NSView? { get set }
Discussion
The value in this property is nil
if there is no next view in the key view loop. You can assign a view to this property to make that view the next view in the loop. The view in this property should, if possible, be made first responder when the user navigates forward from the view using keyboard interface control.