Skip to content

Instantly share code, notes, and snippets.

@yhirose
Created July 29, 2012 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yhirose/3195923 to your computer and use it in GitHub Desktop.
Save yhirose/3195923 to your computer and use it in GitHub Desktop.
Cocoa
//-----------------------------------------------------------------------------
// alert
//-----------------------------------------------------------------------------
[[NSAlert alertWithMessageText:@"Caption"
defaultButton:@"OK"
alternateButton:nil
otherButton:nil
informativeTextWithFormat:@"Message"] runModal];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment