Skip to content

Instantly share code, notes, and snippets.

@leepa
Created February 18, 2010 15:57
Show Gist options
  • Save leepa/307760 to your computer and use it in GitHub Desktop.
Save leepa/307760 to your computer and use it in GitHub Desktop.
-(IBAction)genericPressed:(id)sender {
[theImage setImage:[UIImage imageNamed:[NSString stringWithFormat:@"bg1_%@.png", sender]]];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment