Contents

willEnterForegroundNotification

A notification that posts shortly before an app leaves the background state on its way to becoming the active app.

Declaration

nonisolated class let willEnterForegroundNotification: NSNotification.Name

Discussion

The object of the notification is the UIApplication object. There is no userInfo dictionary.

See Also

Responding to app life-cycle events