Add missing super call

This commit is contained in:
Andreas Linde
2014-06-11 22:08:18 +02:00
parent de211b2d6e
commit 67f63c118f

View File

@@ -132,6 +132,7 @@ typedef NS_ENUM(NSInteger, BITImageAnnotationViewControllerInteractionMode) {
- (void)viewWillDisappear:(BOOL)animated {
[[NSNotificationCenter defaultCenter] removeObserver:self name:UIDeviceOrientationDidChangeNotification object:nil];
[super viewWillDisappear:animated];
}
- (BOOL)prefersStatusBarHidden {