Skip to content

Instantly share code, notes, and snippets.

@mafis
Created July 7, 2010 07:29
Show Gist options
  • Save mafis/466421 to your computer and use it in GitHub Desktop.
Save mafis/466421 to your computer and use it in GitHub Desktop.
- (void)viewDidLoad {
//Editier Button des UIViewControllers auf die Rechte Seite der Navigationbar hinzufügen
self.navigationItem.rightBarButtonItem = self.editButtonItem;
}
- (void)setEditing:(BOOL)editing animated:(BOOL)animated
{
//Hier einfach das Wechseln der Anzeige zwischen Editieren & Normaler Anzeige programmieren
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment