Skip to content

Instantly share code, notes, and snippets.

@twoism
Created August 4, 2009 14:49
Show Gist options
  • Select an option

  • Save twoism/161287 to your computer and use it in GitHub Desktop.

Select an option

Save twoism/161287 to your computer and use it in GitHub Desktop.
- (void)setEditing:(BOOL)editing animated:(BOOL)animated{
lifeAreaTab.hidden = editing;
[super setEditing:editing animated:animated];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment