Animating Blur Radius
Did you know that you could get blur radius animations by changing effect property of UIVisualEffectView within an animation block? With iOS 10's UIViewPropertyAnimator you can even change blur radius interactively.
Did you know that you could get blur radius animations by changing effect property of UIVisualEffectView within an animation block? With iOS 10's UIViewPropertyAnimator you can even change blur radius interactively.
iOS 10 brings us a complete overhaul of notifications APIs and convergence of push and local notifications. You can now update or remove displayed notifications or even display them over your app while in foreground.
A short introduction.