Contents

desktopImageOptions(for:)

Returns the desktop image options for the given screen.

Declaration

func desktopImageOptions(for screen: NSScreen) -> [NSWorkspace.DesktopImageOptionKey : Any]?

Parameters

  • screen:

    The screen for which to get the desktop image options.

Return Value

A dictionary containing the keys found in NSWorkspace.DesktopImageOptionKey.

Discussion

You must call this method from your app’s main thread.

See Also

Managing the Desktop Image