|
@@ -21,6 +21,7 @@
|
|
- (void)setEditing:(BOOL)editing animated:(BOOL)animated
|
|
- (void)setEditing:(BOOL)editing animated:(BOOL)animated
|
|
{
|
|
{
|
|
self.isSelectedView.hidden = !editing;
|
|
self.isSelectedView.hidden = !editing;
|
|
|
|
+ [self selectionUpdate];
|
|
[self _updatedDisplayedInformationForKeyPath:@"editing"];
|
|
[self _updatedDisplayedInformationForKeyPath:@"editing"];
|
|
}
|
|
}
|
|
|
|
|