Skip to content

Instantly share code, notes, and snippets.

@jfahrenkrug
Created December 24, 2009 11:17
Show Gist options
  • Save jfahrenkrug/263150 to your computer and use it in GitHub Desktop.
Save jfahrenkrug/263150 to your computer and use it in GitHub Desktop.
- (void)doubleClick:(id)sender {
NSLog(@"Double clicked on icon: %@", [[sender representedObject] valueForKey:@"name"]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment