Contents

isApplicationRunningInDock

A Boolean value that indicates whether the app is running in the dock.

Declaration

var isApplicationRunningInDock: Bool { get }

Discussion

This property contains true if the app is running in the dock; otherwise, false.

Check this property (for example, in your app delegate’s applicationWillEnterForeground() method) to determine whether your app is running in the dock. You can use this information to customize your user interface in the dock.

See Also

Managing the app state