makeKeyAndOrderFront(_:)
Moves the window to the front of the screen list, within its level, and makes it the key window; that is, it shows the window.
Declaration
func makeKeyAndOrderFront(_ sender: Any?)Parameters
- sender:
The message’s sender.
Moves the window to the front of the screen list, within its level, and makes it the key window; that is, it shows the window.
func makeKeyAndOrderFront(_ sender: Any?)The message’s sender.