previousKeyView
The view object preceding the current view in the key view loop.
Declaration
unowned(unsafe) var previousKeyView: NSView? { get }Discussion
The value in this property is nil if there is no view preceding the current view in the key view loop. The view in this property should, if possible, be made first responder when the user navigates backward from the current view using keyboard interface control.