Created
July 15, 2012 17:44
-
-
Save anonymous/3117878 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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