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
NSApplicationobject itself.