resignKey()
Resigns the window’s key window status.
Declaration
func resignKey()Discussion
This method sends resignKey() to the window’s first responder, sends windowDidResignKey(_:) to the window’s delegate, and posts didResignKeyNotification to the default notification center.
Never invoke this method directly.