Tag: transition
A smooth introduction to UIVisualEffectView
We’re going to be exploring an example for a common user interface trait of iOS applications these days–blurred views with UIVisualEffectView. This technical overview is actually going to end up being light on code given that Apple has made this much easier to implement in iOS 7, but it’s still an extremely valuable tool to…