-
Notifications
You must be signed in to change notification settings - Fork 107
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
Change blur view position with animation #8
Comments
|
This was my workaround, i also had the same problem... (you can check on closed issues) |
Yeah we implemented a similar solution too and now it's working. Thanks for the help! Sarp Erdag On 26 July 2013 Friday at 14:44, marioEAE wrote:
|
I've got a different animation scenario that i think it's not solved by this workaround. It's this: When i move the blurred view with UIView animations, the blur doesn't get updated while it's animating. I think it's possible to do that but i haven't found a way out. How can it know it's inside an UIView animation, and update its content? Anybody got suggestions? Thanks. |
Looks like this doesn't work correct. Trying to build something like the control center in iOS7. So if I try to present a blur view modally from the bottom of the window, the blur view isn't real time. Just statically contains its background and doesn't change as it's animated.
Any ideas how to implement this?
The text was updated successfully, but these errors were encountered: