Skip to content

Instantly share code, notes, and snippets.

Created July 15, 2012 17:44
Show Gist options
  • Save anonymous/3117878 to your computer and use it in GitHub Desktop.
Save anonymous/3117878 to your computer and use it in GitHub Desktop.
#pragma mark - Info Popover
- (void)showInfoPopover:(id)sender
{
SDPNotificationPopup *controller = [SDPNotificationPopup notificationWithMessage:@"SourceDrop is ready to use!" description:@"Drop a selection or a file on this icon in the menu bar."];
[controller showNotification:sender];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment