Maybe I'm just stupid, but I can’t understand why this is not working. I want to achieve a little animation when I enter edit mode in a UITableView.
[super setEditing:NO animated:YES]
[myTable setEditing:NO animated:YES]
[myTable reloadData]
[self.navigationItem.leftBarButtonItem setTitle:@"Edit"]
[self.navigationItem.leftBarButtonItem setStyle:UIBarButtonItemStylePlain]
Shouldn't this animated: YES suppose to animate this editmode input?
Sincerely.
- f0rz
f0rz source
share