@@ -57,7 +57,7 @@
- (void)dealloc {
[[NSNotificationCenter defaultCenter] removeObserver:self];
- [_barBackgroundView removeObserver:self forKeyPath:@"bounds"];
+ [_barBackgroundView removeObserver:self forKeyPath:@"frame"];
}
- (void)didReceiveMemoryWarning {