Skip to content

Instantly share code, notes, and snippets.

@franciscoadasme
Created June 5, 2011 05:33
Show Gist options
  • Select an option

  • Save franciscoadasme/1008688 to your computer and use it in GitHub Desktop.

Select an option

Save franciscoadasme/1008688 to your computer and use it in GitHub Desktop.
How to show a custom NSWindow as a sheet
// delegate will be notified that sheet did end calling to didEndSheet:returnCode:contextInfo:
[NSApp beginSheet:customWindow
modalForWindow:mainwindow
modalDelegate:delegate
didEndSelector:@selector(didEndSheet:returnCode:contextInfo:)
contextInfo:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment