Contents

orderFront(_:)

Moves the window to the front of its level in the screen list, without changing either the key window or the main window.

Declaration

func orderFront(_ sender: Any?)

Parameters

  • sender:

    The message’s sender.

Discussion

The default animation based on the window type will be used when the window is ordered front unless it has been modified by the animationBehavior property.

See Also

Related Documentation

Managing Window Layers