-
Notifications
You must be signed in to change notification settings - Fork 47
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
One question #6
Comments
When I developed this code, animating a UIVisualEffectsView with its alpha would not work and cause an error message like this:
But I just found someone on Stackoverflow posted this solution for iOS9: http://stackoverflow.com/questions/29307827/how-does-one-fade-a-uivisualeffectview-and-or-uiblureffect-in-and-out http://stackoverflow.com/questions/29307827/how-does-one-fade-a-uivisualeffectview-and-or-uiblureffect-in-and-out. Right now I'm busy with other project, so it will take some time for me to update this code. Please feel free to make a pull request. Regards,
|
thanks. Your explanation was amazing. if I manage to understand your code I On Sun, Jan 24, 2016 at 1:15 PM, Bin Zhang [email protected] wrote:
|
Thanks for this project. It is very good. I ask you a question: is there a way to animate the background when the popover is dismissed? I mean, to fade out the background from blurred to normal while the popover is going away? Where in code should this be done? Sorry for the question but I am not good understanding the code written by another person. THANKS:
The text was updated successfully, but these errors were encountered: