diff --git a/MPNotificationView/MPNotificationView.m b/MPNotificationView/MPNotificationView.m index 429ebea..f217f04 100644 --- a/MPNotificationView/MPNotificationView.m +++ b/MPNotificationView/MPNotificationView.m @@ -592,6 +592,7 @@ + (void) performIOS7Slide { viewToSlideIn.frame = CGRectOffset(notificationRect(), 0, -notificationHeight()); [__notificationWindow addSubview:viewToSlideIn]; + __notificationWindow.hidden = NO; UIView * viewToSlideOut = nil; @@ -638,6 +639,7 @@ + (void) performIOS7Slide { completion:^(BOOL finished) { [oldNotification removeFromSuperview]; __notificationWindow.currentNotification = nil; + __notificationWindow.hidden = YES; }]; } }