Contents

applicationDidUpdate(_:)

Tells the delegate that the app’s windows did update.

Declaration

@MainActor optional func applicationDidUpdate(_ notification: Notification)

Parameters

  • notification:

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

See Also

Related Documentation

Managing Windows