coffeebean
coffeebean

Reputation: 95

Drop down view in cocoa

I'm looking to create a 'drop down' view that falls in front of the main window. An example of this would be the window that drops down when you click 'Advanced' in System Preferences->Networking.

If someone could point me in the right direction documentation-wise that would be great. Thanks in advance.

Upvotes: 4

Views: 1890

Answers (1)

Carl Norum
Carl Norum

Reputation: 225112

That's called a sheet. Here's a quick introduction and the Apple documentation.

Upvotes: 12

Related Questions