Skip to content

Commit

Permalink
Fixed bug in fading out of background view
Browse files Browse the repository at this point in the history
  • Loading branch information
werner77 committed Mar 3, 2014
1 parent f43f44c commit 33c098f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Popover/WEPopoverController.m
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ - (void)dismissPopoverAnimated:(BOOL)animated userInitiated:(BOOL)userInitiated
animations:^{

self.view.alpha = 0.0;
backgroundView.alpha = 0.0f;

} completion:^(BOOL finished) {

Expand Down

0 comments on commit 33c098f

Please sign in to comment.