Top "Cocoa-sheet" questions

A window in OS X that slides down from the top of its parent window.

OS X - How can a NSViewController find its window?

I have a Document based core data app. The main document window has a number of views, each controlled by …

macos cocoa cocoa-sheet
Modal Window in Cocoa

I'm trying to create a custom modal window and here is the code I have so far: NSWindowController *modalSheet = [[NSWindowController …

objective-c cocoa nswindow nswindowcontroller cocoa-sheet
Displaying a Cocoa Window as a Sheet in Xcode 4 (OSX 10.7.2) with ARC

I'm trying to get a Login Window to display as a sheet from my MainWindow, but whenever I try to …

cocoa osx-lion xcode4.2 automatic-ref-counting cocoa-sheet
NSWindowController clarification of understanding

I have used NSWindowController in projects several times, and feel like I have a (very)rough grasp of the concepts …

cocoa nswindowcontroller cocoa-sheet