Contents

makeKeyAndVisible()

Shows the window and makes it the key window.

Declaration

func makeKeyAndVisible()

Discussion

This is a convenience method to show the current window and position it in front of all other windows at the same level or lower. If you only want to show the window, change its isHidden property to false.

See Also

Making windows key