Erik Sapir
Erik Sapir

Reputation: 24727

How can I hide/close NSWindowController and its view?

I want to hide the view with an option to show it again later. I use showWindow to make window visible. How do i make the window invisible?

Upvotes: 2

Views: 1728

Answers (1)

jscs
jscs

Reputation: 64002

-[NSWindow orderOut:]

Upvotes: 3

Related Questions