Contents

applicationWillUpdate(_:)

Tells the delegate that the app is about to update its windows.

Declaration

@MainActor optional func applicationWillUpdate(_ notification: Notification)

Parameters

  • notification:

    A notification named Willupdatenotification. Calling the Object method of this notification returns the NSApplication object itself.

See Also

Related Documentation

Managing Windows