-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blurring the Entire Navigation Controller (Including the Navigation Bar)? #8
Comments
I think this is because the blurred screenshot is being placed on top of the current view. I do not currently have the time to fix it, and I will try to do so asap, but it might be a week or more before I get around to it. Sorry. |
Thank you for your quick reply! Also related, I was wondering if you could also implement a feature where we could decide whether the background view were static or not (as of right now my blurred table view can still be scrolled). Thanks! |
When I get around to it, I'm hoping to put the entire thing in a new |
That would definitely make this tool 10x better! |
I fixed this issue. See my fork https://github.com/bumaociyuan/CWPopup |
This works fine and blurs both the navigation controller and the main view: [self.navigationController presentPopupViewController:samplePopupViewController animated:YES completion:nil]; |
@Dids Did this work for you then to dismiss the popup?
|
Can't remember, I'm afraid. |
Well, it's not |
I would like to blur the whole background (including the navigation bar), but as of now, only the table view blurs. Any suggestions?
The text was updated successfully, but these errors were encountered: