Skip to content

Instantly share code, notes, and snippets.

@jasonmcdermott
Created July 3, 2014 03:43
Show Gist options
  • Save jasonmcdermott/ef00aa0adf7f58c2ecdd to your computer and use it in GitHub Desktop.
Save jasonmcdermott/ef00aa0adf7f58c2ecdd to your computer and use it in GitHub Desktop.
- (void)hideButton {
self.hitMeButton.hidden = TRUE;
self.loseLifeButton.hidden = TRUE;
self.addTimeButton.hidden = TRUE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment