Maybe I´m just stupid but I cant understand why this isnt working. I want to achieve a little animation when I m entering editing mode within a UITableView.
[super setEditing:NO animated:YES];
[myTable setEditing:NO animated:YES];
[myTable reloadData];
[self.navigationItem.leftBarButtonItem setTitle:@"Edit"];
[self.navigationItem.leftBarButtonItem setStyle:UIBarButtonItemStylePlain];
1. 假设: YES 声称对进入牙齿进行im击吗?
Regards.
- f0rz