Contents

resignMain()

Resigns the window’s main window status.

Declaration

func resignMain()

Discussion

This method sends windowDidResignMain(_:) to the window’s delegate and posts didResignMainNotification to the default notification center.

Never invoke this method directly.

See Also

Related Documentation

Managing Main Status